diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index 66bc6f7..6d1bf4f 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -10,7 +10,7 @@ jobs: # Publish to NPM - uses: actions/setup-node@v3.4.1 with: - node-version: '14' + node-version: 18 registry-url: 'https://registry.npmjs.org/' - run: npm install - run: npm run build --if-present @@ -21,7 +21,7 @@ jobs: # Publish to GitHub - uses: actions/setup-node@v3.4.1 with: - node-version: '14' + node-version: 18 registry-url: 'https://npm.pkg.github.com/' - run: npm publish env: