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 9b5736d commit 18e57b1Copy full SHA for 18e57b1
.github/workflows/ci.yml
@@ -62,9 +62,6 @@ jobs:
62
node-version: 18
63
- name: Upgrade npm
64
run: npm i -g npm@10
65
- - name: Fix node_modules folder
66
- run: |
67
- node -e "fs.rmSync('node_modules', { recursive: true, force: true })"
68
- name: Install
69
run: npm ci
70
- name: Build
package.json
@@ -45,7 +45,7 @@
45
"@typestrong/fs-fixture-builder": "github:TypeStrong/fs-fixture-builder#34113409e3a171e68ce5e2b55461ef5c35591cfe",
46
"c8": "^10.1.3",
47
"dprint": "^0.49.0",
48
- "esbuild": "^0.25.0",
+ "esbuild": "^0.24.2",
49
"eslint": "^9.21.0",
50
"mocha": "^11.1.0",
51
"puppeteer": "^24.2.1",
0 commit comments