diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 316725a..57d6a14 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v3 with: - node-version: 20.x' + node-version: '20.6.1' registry-url: 'https://registry.npmjs.org' # Defaults to the user or organization that owns the workflow file scope: '@octocat'