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 6424cc0 commit 5413b35Copy full SHA for 5413b35
.github/workflows/main.yml
@@ -13,11 +13,11 @@ jobs:
13
- 20
14
- 18
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
submodules: true
19
fetch-depth: 0
20
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
21
22
node-version: ${{ matrix.node-version }}
23
- run: npm install
package.json
@@ -12,6 +12,7 @@
12
},
"type": "module",
"bin": "./cli.js",
+ "sideEffects": false,
"engines": {
"node": ">=18"
0 commit comments