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 5386860 commit 89eb139Copy full SHA for 89eb139
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
os: [ubuntu-latest, windows-latest]
10
# https://nodejs.org/en/about/releases/
11
- node: [16, 18, 20]
+ node: [18, 20, 21]
12
runs-on: ${{ matrix.os }}
13
steps:
14
# https://github.com/actions/checkout/issues/135
0 commit comments