Skip to content

Commit

Permalink
Temporarily pin Node 20 version in CI (#8431)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored Sep 6, 2023
1 parent bd8aa9a commit fa826f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
matrix:
OS: [ubuntu-latest]
NODE_VERSION: [18, 20]
NODE_VERSION: [18, 20.5.1]
include:
- os: macos-latest
NODE_VERSION: 18
Expand Down

0 comments on commit fa826f8

Please sign in to comment.