We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc3a4b commit de794e1Copy full SHA for de794e1
.github/workflows/main.yml
@@ -8,8 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ ubuntu-latest, windows-latest, macos-latest ]
11
- # Node 16.10 due to https://github.com/facebook/jest/issues/11956
12
- node-version: [ 16.10.x, 18.x ]
+ node-version: [ 18, 20, 21 ]
13
14
steps:
15
- name: Checkout
0 commit comments