Skip to content

Commit

Permalink
ci(node): drop 12, add 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Dec 13, 2022
1 parent 8085747 commit f8b0410
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [12, 14, 16]
node: [14, 16, 18]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f8b0410

Please sign in to comment.