We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5ffb2 commit e541232Copy full SHA for e541232
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '18'
+ node-version: '20.19.0'
20
21
- name: Install dependencies
22
run: npm install
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
- node-version: '18.19.0'
56
57
- name: Cache node_modules
58
uses: actions/cache@v3
.nvmrc
@@ -1 +1 @@
1
-v18.19.0
+v20.19
0 commit comments