We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9989d commit 8f0b013Copy full SHA for 8f0b013
.github/workflows/ci.yml
@@ -17,7 +17,13 @@ jobs:
17
- name: Set up Node
18
uses: actions/setup-node@v4
19
with:
20
+<<<<<<< Updated upstream
21
node-version: '22' # keep in sync w/ .nvmrc
22
+||||||| Stash base
23
+ node-version: '20' # keep in sync w/ .nvmrc
24
+=======
25
+ node-version: '24' # keep in sync w/ .nvmrc
26
+>>>>>>> Stashed changes
27
28
- name: Get npm cache directory
29
id: npm-cache
.nvmrc
@@ -1 +1,7 @@
1
2
v22
3
4
+v20
5
6
+v24
7
0 commit comments