Skip to content

Commit d4c81ee

Browse files
chore(deps): update dependency node to v24
1 parent aa71a56 commit d4c81ee

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: 24
1919
- run: npm ci
2020
- run: npm test
2121

@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 16
29+
node-version: 24
3030
registry-url: https://npm.pkg.github.com/
3131
- run: npm ci
3232
- run: npm run build
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v3
4242
- uses: actions/setup-node@v3
4343
with:
44-
node-version: 16
44+
node-version: 24
4545
registry-url: https://registry.npmjs.org/
4646
- run: npm ci
4747
- run: npm run build

0 commit comments

Comments
 (0)