We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61f849 commit 878c397Copy full SHA for 878c397
2 files changed
.github/workflows/build.yml
@@ -15,9 +15,9 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
19
20
- node-version: 18
+ node-version: 24
21
cache: yarn
22
23
- name: Install dependencies
.github/workflows/deploy.yml
@@ -13,9 +13,9 @@ jobs:
13
14
0 commit comments