Skip to content

Commit

Permalink
Update workflows and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibamen committed Sep 25, 2024
1 parent e065322 commit f4597a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-npm-new-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:

jobs:
check-npm:
check-npm-new-lock:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,4 +18,3 @@ jobs:
- run: rm -f package-lock.json
- run: npm install
- run: npm ci
- run: npm run svelte-check
1 change: 0 additions & 1 deletion .github/workflows/check-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm run svelte-check
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# npm-double-install-bug

Tested on Windows 10, NPM `10.8.3`, NodeJS `20.17.0`

## Steps

```sh
npm install
npm ci
```

0 comments on commit f4597a3

Please sign in to comment.