Skip to content

Commit

Permalink
add force and Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Jun 11, 2024
1 parent 3a50e1a commit b8dc1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -16,7 +16,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm ci
npm ci --force
npm test
env:
CI: true

0 comments on commit b8dc1de

Please sign in to comment.