We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da67de3 + 32a9cd6 commit 8b7cc94Copy full SHA for 8b7cc94
4 files changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node
17
uses: actions/setup-node@v3
18
with:
19
- node-version: 20
+ node-version: 24
20
- name: Cache dependencies
21
uses: actions/cache@v3
22
.github/workflows/build_and_deploy.yml
@@ -22,7 +22,7 @@ jobs:
23
24
25
26
27
28
.github/workflows/build_and_staging.yml
@@ -20,7 +20,7 @@ jobs:
.nvmrc
@@ -1 +1 @@
1
-v20
+v24
0 commit comments