Skip to content

Commit a8dbdde

Browse files
committed
Node versions update
1 parent 9daeb0f commit a8dbdde

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm run build
2020
- run: npm test
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 19
29+
node-version: 22
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: npm run build

0 commit comments

Comments
 (0)