Skip to content

Commit 18e57b1

Browse files
committed
Grasp at more straws
1 parent 9b5736d commit 18e57b1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
node-version: 18
6363
- name: Upgrade npm
6464
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 })"
6865
- name: Install
6966
run: npm ci
7067
- name: Build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@typestrong/fs-fixture-builder": "github:TypeStrong/fs-fixture-builder#34113409e3a171e68ce5e2b55461ef5c35591cfe",
4646
"c8": "^10.1.3",
4747
"dprint": "^0.49.0",
48-
"esbuild": "^0.25.0",
48+
"esbuild": "^0.24.2",
4949
"eslint": "^9.21.0",
5050
"mocha": "^11.1.0",
5151
"puppeteer": "^24.2.1",

0 commit comments

Comments
 (0)