Skip to content

Commit

Permalink
Merge pull request #125 from sunesimonsen/ssimonsen/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies (Major)
  • Loading branch information
sunesimonsen authored Jun 17, 2024
2 parents ef03921 + bc3f7c5 commit 5182c03
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 363 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16, 18, 20]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
if: ${{ matrix.node-version == 16 }}
- run: npm test
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
if: ${{ matrix.node-version == 20 }}
- run: npm test
Loading

0 comments on commit 5182c03

Please sign in to comment.