Skip to content

Commit

Permalink
Remove node 14 from CI due to slow npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Mar 9, 2024
1 parent 80b3985 commit b1dd8b1
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
name: test using node ${{ matrix.node-version }}
strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install --loglevel verbose
- run: npm install
- run: npm test
- run: npm pack --dry-run

Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules/
/test/
.*
/package-lock.json
/.*
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

88 changes: 88 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1dd8b1

Please sign in to comment.