Skip to content

Commit dbe6b9e

Browse files
committed
update github actions to v24
1 parent fd12555 commit dbe6b9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [main]
55

66
env:
7-
NODE_VERSION: "20.x"
7+
NODE_VERSION: "24.x"
88

99
jobs:
1010
build:

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: "20.x"
25+
node-version: "24.x"
2626

2727
- name: Install dependencies
2828
run: npm ci

0 commit comments

Comments
 (0)