Skip to content

Commit 390b057

Browse files
committed
ci: bump node to 24 to match lockfile npm version
1 parent e65f2d9 commit 390b057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node
3737
uses: actions/setup-node@v5.0.0
3838
with:
39-
node-version: "20"
39+
node-version: "24"
4040
cache: npm
4141

4242
- name: Install dependencies

0 commit comments

Comments
 (0)