We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ebc8e commit f64a328Copy full SHA for f64a328
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up node
14
uses: actions/setup-node@v3
15
with:
16
- node-version: "20"
+ node-version: "22"
17
18
- name: Compile
19
run: yarn && yarn build
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
run: yarn && yarn test
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
- name: Install dependencies
52
run: yarn install
53
- name: Build
0 commit comments