diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 9fc5c26..c76f68c 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: '16.x' registry-url: 'https://registry.npmjs.org'