Skip to content

Commit a79ff14

Browse files
authored
Merge pull request #346 from koddsson/update-node-version-in-ci
Update node version in ci
2 parents e692433 + 7610687 commit a79ff14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 21.x
21+
node-version: 24.x
2222
cache: "npm"
2323
- run: npm ci
2424
- run: npm run build --if-present

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 21.x
24+
node-version: 24.x
2525
registry-url: "https://registry.npmjs.org"
2626
cache: "npm"
2727
- run: npm ci

0 commit comments

Comments
 (0)