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.
1 parent 0573a54 commit f97b6eeCopy full SHA for f97b6ee
.github/workflows/main.yml
@@ -18,8 +18,8 @@ jobs:
18
- 16
19
- 14
20
steps:
21
- - uses: actions/checkout@v3
22
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
23
with:
24
node-version: ${{ matrix.node-version }}
25
- run: npm install --ignore-scripts
package.json
@@ -13,6 +13,7 @@
13
"email": "sindresorhus@gmail.com",
14
"url": "https://sindresorhus.com"
15
},
16
+ "sideEffects": false,
17
"engines": {
"node": ">=14"
0 commit comments