Skip to content

Commit

Permalink
test: Run with Node.js 20 (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 1, 2023
1 parent 2653fd9 commit a7b7252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Otherwise we would not know if the problem is tied to the Node.js version
fail-fast: false
matrix:
node: [14, 16, 18]
node: [14, 16, 18, 20]
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand Down

0 comments on commit a7b7252

Please sign in to comment.