Skip to content

Commit dc51f03

Browse files
chore(deps): update dependency node to v22
1 parent a2942b1 commit dc51f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 22
1919
#cache: "npm"
2020
- run: npm ci
2121
- run: npm test
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
- uses: actions/setup-node@v3
2929
with:
30-
node-version: 16
30+
node-version: 22
3131
#cache: "npm"
3232
registry-url: https://npm.pkg.github.com/
3333
- run: npm ci
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444
- uses: actions/setup-node@v3
4545
with:
46-
node-version: 16
46+
node-version: 22
4747
registry-url: https://registry.npmjs.org/
4848
- run: npm ci
4949
- run: npm run build

0 commit comments

Comments
 (0)