Skip to content

Commit a7b7252

Browse files
authored
test: Run with Node.js 20 (#1263)
1 parent 2653fd9 commit a7b7252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Otherwise we would not know if the problem is tied to the Node.js version
3030
fail-fast: false
3131
matrix:
32-
node: [14, 16, 18]
32+
node: [14, 16, 18, 20]
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)