Skip to content

Commit 608da1f

Browse files
committed
Move actions to node 24
1 parent 611b8ce commit 608da1f

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
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: '20.x'
15+
node-version: '24.x'
1616
- name: Checkout
1717
uses: actions/checkout@v2
1818
- name: Cache Node modules

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: '20.x'
20+
node-version: '24.x'
2121
- name: Checkout
2222
uses: actions/checkout@v2
2323
- name: Cache Node modules

0 commit comments

Comments
 (0)