We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e9210 commit d95fc5fCopy full SHA for d95fc5f
.github/workflows/npm-publish.yml
@@ -9,10 +9,10 @@ jobs:
9
publish-npm:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
13
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
14
with:
15
- node-version: 16
+ node-version: 20.x
16
registry-url: https://registry.npmjs.org/
17
- run: |
18
npm install --audit=false --fund=false --package-lock=false
0 commit comments