We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9036b commit 6c62a9bCopy full SHA for 6c62a9b
1 file changed
.github/workflows/ci.yml
@@ -15,9 +15,9 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Setup Node.js
18
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
19
with:
20
- node-version: latest
+ node-version-file: .nvmrc
21
cache: npm
22
23
- name: Install Packages
@@ -36,9 +36,9 @@ jobs:
36
37
38
39
40
41
42
43
44
0 commit comments