Skip to content

Commit d8cc560

Browse files
Update dependency node to v22
1 parent a70993b commit d8cc560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 22
2323
- run: npm ci
2424
- run: npm prepare
2525
- run: npm test
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: 16
34+
node-version: 22
3535
registry-url: https://registry.npmjs.org/
3636
- run: npm ci
3737
- run: npm publish --tag next

0 commit comments

Comments
 (0)