Skip to content

Commit

Permalink
chore(node): add node 20 support (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie King <[email protected]>
  • Loading branch information
JAdshead and 10xLaCroixDrinker authored Feb 1, 2024
1 parent e23b819 commit 1db175c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: [ '18.x' ]
node: [ '18.x', '20.x' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.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: [ '18.x']
node: [ '18.x', '20.x']
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1db175c

Please sign in to comment.