diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 219eeb4..cd25a89 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -11,16 +11,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - # - name: Setup Node.js - # uses: actions/setup-node@v2.1.1 - # with: - # node-version: '14.x' - # registry-url: https://npm.pkg.github.com/ - # scope: '@yldio' - # - name: Install dependencies - # run: yarn install --immutable - # env: - # YARN_CHECKSUM_BEHAVIOR: update + - name: Setup Node.js + uses: actions/setup-node@v2.1.1 + with: + node-version: "20.x" + registry-url: https://npm.pkg.github.com/ + scope: "@yldio" - name: Publish uses: JS-DevTools/npm-publish@v1 with: