We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef68e8 commit 5c1fe7eCopy full SHA for 5c1fe7e
1 file changed
.github/workflows/test.yml
@@ -8,6 +8,10 @@ jobs:
8
steps:
9
- uses: actions/checkout@v6
10
11
+ - uses: actions/setup-node@v6
12
+ with:
13
+ node-version: "22"
14
+
15
- name: Install modules
16
run: npm install
17
@@ -19,6 +23,10 @@ jobs:
19
23
20
24
21
25
26
27
28
29
22
30
31
32
@@ -39,6 +47,10 @@ jobs:
39
47
40
48
41
49
50
51
52
53
42
54
43
55
44
56
0 commit comments