Skip to content

Commit c039a66

Browse files
Merge pull request #3185 from aried3r/patch-1
Run Jest with Node.js 16, drop Node.js 15
2 parents 6dbe30d + 55249dc commit c039a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
node: [12.x, 14.x, 15.x]
11+
node: [12.x, 14.x, 16.x]
1212

1313
runs-on: ${{ matrix.os }}
1414

0 commit comments

Comments
 (0)