Skip to content

Commit 3f88b40

Browse files
Update dependency node to v24
1 parent c0c2f67 commit 3f88b40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 24
1818
- name: install
1919
run: npm install
2020
- name: lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 16
13+
node-version: 24
1414
registry-url: https://registry.npmjs.org/
1515
- run: npm i
1616
- run: npm publish --access public

0 commit comments

Comments
 (0)