We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebaa6d1 commit 022c0cbCopy full SHA for 022c0cb
2 files changed
.github/workflows/build.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions/setup-node@v4
24
with:
25
- node-version: 18
+ node-version: 22
26
cache: "npm"
27
28
- name: Install Dependencies
.github/workflows/deploy.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
- name: Install All Dependencies
0 commit comments