We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07db9de commit b720ac3Copy full SHA for b720ac3
1 file changed
.github/workflows/npm-publish.yml
@@ -12,9 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
with:
17
- node-version: 16
+ node-version: 24
18
- run: npm ci
19
- run: npm run lint
20
@@ -23,9 +23,9 @@ jobs:
23
24
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm publish --access public
0 commit comments