Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 70921e4

Browse files
chore(deps): update dependency node to v22
1 parent f3ce511 commit 70921e4

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 12
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm test
2020

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v2
2727
with:
28-
node-version: 12
28+
node-version: 22
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm publish
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-node@v2
4141
with:
42-
node-version: 12
42+
node-version: 22
4343
registry-url: https://npm.pkg.github.com/
4444
- run: npm ci
4545
- run: npm publish

0 commit comments

Comments
 (0)