We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b248b4 commit 21e4c0fCopy full SHA for 21e4c0f
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
27
- uses: actions/setup-node@v2
28
with:
29
- node-version: '16.x'
+ node-version: '20.x'
30
registry-url: 'https://registry.npmjs.org'
31
- name: Force NPM clean
32
run: npm cache clean --force
0 commit comments