Skip to content

Commit

Permalink
chore: add node 20 to examples, and re-add node 14 (#1246)
Browse files Browse the repository at this point in the history
* chore: add node 20 to examples
  • Loading branch information
cprice404 authored May 7, 2024
1 parent 991969f commit 9dd65e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
test-examples:
strategy:
matrix:
node: [16, 18]
node: [16, 18, 20]
fail-fast: true
name: Test examples on node ${{ matrix.node }}
runs-on: macos-latest
Expand Down

0 comments on commit 9dd65e1

Please sign in to comment.