Skip to content

Commit

Permalink
fix: tests are failing with Node 10, update to 16 & 18 and latest act…
Browse files Browse the repository at this point in the history
…ions (#251)
  • Loading branch information
KEGustafsson committed Jan 12, 2024
1 parent 4cbb016 commit 08723d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:

strategy:
matrix:
node-version: [10.x, 16.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
env:
CI: true
CI: true

0 comments on commit 08723d2

Please sign in to comment.