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 922b568 commit e17c310Copy full SHA for e17c310
.github/workflows/node.js.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
os: [ubuntu-latest, macos-latest]
14
group: [default]
15
- node-version: [10.x, 12.x, 14.x]
+ node-version: [16.x, 18.x, 20.x]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v2
0 commit comments