Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(workflows): add Node.js 18.x to the matrix (#541)
Browse files Browse the repository at this point in the history
remove 12.x and 14.x
  • Loading branch information
dogpatch626 committed Jun 8, 2023
1 parent 3a32ff5 commit fce315b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 835 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12.x', '14.x', '16.x' ]
node: [ '16.x', '18.x' ]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12.x', '14.x', '16.x' ]
node: [ '16.x', '18.x' ]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand Down

0 comments on commit fce315b

Please sign in to comment.