Skip to content

Commit

Permalink
Merge pull request #161 from unexpectedjs/test-on-recent-lts
Browse files Browse the repository at this point in the history
Test on node 14, 16 and 18
  • Loading branch information
gustav-olsen-groupone authored Jan 10, 2023
2 parents e8f4495 + b0a1724 commit effb689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name: Tests

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: Node ${{ matrix.node }}
strategy:
matrix:
node:
- '10'
- '12'
- '14'
- '16'
- '18'
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand All @@ -23,7 +23,7 @@ jobs:
- run: npm test

test-targets:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: ${{ matrix.targets.name }}
strategy:
matrix:
Expand Down

0 comments on commit effb689

Please sign in to comment.