Skip to content

Commit

Permalink
Try Node 20.2 to fix esbuild error in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Apr 29, 2024
1 parent 904bf89 commit 55a8681
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 @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 20
node-version: 20.2
# Re-use node_modules between runs until package-lock.json changes.
- name: Cache node_modules
id: cache-node_modules
Expand Down

0 comments on commit 55a8681

Please sign in to comment.