We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea6d40 commit 5a32590Copy full SHA for 5a32590
.github/workflows/ci.yml
@@ -14,17 +14,17 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- node: [16, 18, 20]
+ node: [18, 20, 22]
18
os: [ubuntu-latest, windows-latest, macOS-latest]
19
# these are only excluded so we don't run so many jobs
20
# they are more expensive and less likely to be a problem if the rest pass
21
exclude:
22
- os: macOS-latest
23
- node: 16
24
- - os: windows-latest
25
node: 18
26
- - os: macOS-latest
+ - os: windows-latest
27
node: 20
+ - os: macOS-latest
+ node: 22
28
steps:
29
- uses: actions/checkout@v2
30
- name: Use Node.js ${{ matrix.node }}
0 commit comments