Skip to content

Commit 55249dc

Browse files
authored
Run Jest with Node.js 16, drop Node.js 15
v16 is "Current", while v15 is already unsupported. https://nodejs.org/en/about/releases/
1 parent 6dbe30d commit 55249dc

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)