We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d5fea commit a78f7e8Copy full SHA for a78f7e8
1 file changed
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
-
+
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 16
+ node-version: 18
18
19
- name: install dependencies
20
run: yarn install
@@ -39,6 +39,10 @@ jobs:
39
40
41
42
+ - uses: actions/setup-node@v3
43
+ with:
44
45
46
47
48
@@ -51,6 +55,10 @@ jobs:
51
55
52
56
53
57
58
59
60
61
54
62
63
64
0 commit comments