Skip to content

Commit b45a4b9

Browse files
committed
Try to test with Node 14 instead of 13
1 parent 0547ea5 commit b45a4b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/job.test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
nodejs: '>=12,<13.0.0.a0'
4848
- python: 3.8
4949
# Node 14 end-of-life: April 2023
50-
# TODO Node 13 is no longer supported
51-
nodejs: '>=13,<14.0.0.a0'
50+
nodejs: '>=14,<15.0.0.a0'
5251

5352
steps:
5453
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)