Skip to content

Commit 9cdae27

Browse files
Update dependency node to v24
1 parent 44af704 commit 9cdae27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Specifically use node LTS.
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "18"
22+
node-version: "24"
2323
- run: npm install
2424
- run: npm run build
2525
- run: npm run lint

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 24
2222
registry-url: https://registry.npmjs.org
2323
- run: rm -rf node_modules && npm ci
2424
- run: npm publish --access public

0 commit comments

Comments
 (0)