Skip to content

Commit 405e141

Browse files
committed
test: Stop running with unsupported Node.js versions
1 parent 6ad31ec commit 405e141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
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, 20]
32+
node: [18, 20]
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)