Skip to content

Commit 9a1f1dd

Browse files
Update dependency node to v24
1 parent 1a2ea86 commit 9a1f1dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 16
19+
node-version: 24
2020
- run: npm ci
2121
- run: npm test
2222

@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '18.x'
30+
node-version: '24.x'
3131
registry-url: 'https://registry.npmjs.org/'
3232
- run: npm ci
3333
- run: npm run build

0 commit comments

Comments
 (0)