Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add node 20 support
Browse files Browse the repository at this point in the history
jfirebaugh committed Jan 25, 2024
1 parent 27d338d commit eca6e0d
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
name: "Linux Tests"
strategy:
matrix:
node: [14, 16, 18]
node: [18, 20]
runs-on: ubuntu-latest
container: ubuntu:20.04
steps:
@@ -87,7 +87,7 @@ jobs:
name: "macOS Tests"
strategy:
matrix:
node: [14, 16, 18]
node: [18, 20]
runs-on: macOS-12
# This is mostly the same as the Linux steps, waiting for anchor support
# https://github.com/actions/runner/issues/1182
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eca6e0d

Please sign in to comment.