Skip to content

Commit 34df2ad

Browse files
committed
Upgrade modules
1 parent b01ae47 commit 34df2ad

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- run: git config --global user.name "Github Actions"
2121
- run: git config --global user.email "[email protected]"
22-
- run: npm uninstall ts-dev-stack node-version-use depcheck -g
23-
- run: rm -rf $HOME/.im
24-
- run: npm install ts-dev-stack node-version-use depcheck -g
22+
- run: npm install ts-dev-stack node-version-use -g
23+
- run: npm run clean
24+
- run: npm install depcheck -g
2525
- run: depcheck
2626
# - run: npm ci - not working due to binary incompatibilities - install without lockfile - https://github.com/npm/cli/issues/4828#issuecomment-2514987829
2727
- run: git checkout master -- package-lock.json
28-
- run: npm install
2928
- run: npm run docs
3029
- run: npm run build
3130
- run: npm run test
32-
# - run: npm run test:engines
31+
- run: npm run test:engines

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-plugin-dev-server",
3-
"version": "4.0.1",
3+
"version": "4.0.5",
44
"description": "Dev server for esbuild with live reload and error overlay",
55
"keywords": [
66
"dev",

0 commit comments

Comments
 (0)