We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node
1 parent 0f09fd1 commit 4899d7fCopy full SHA for 4899d7f
.github/workflows/ci.yml
@@ -12,7 +12,8 @@ jobs:
12
- name: Install Node.js 📦
13
uses: actions/setup-node@v6
14
with:
15
- node-version: "16.x"
+ cache: "npm"
16
+ node-version-file: ".node-version"
17
- name: Install dependencies 📦
18
run: npm install
19
- name: Lint 🎨
.node-version
@@ -0,0 +1 @@
1
+24
package.json
@@ -58,5 +58,6 @@
58
},
59
"sponsor": {
60
"url": "https://github.com/sponsors/carloscuesta"
61
- }
+ },
62
+ "packageManager": "npm@11.6.2"
63
}
0 commit comments