We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd14f5c commit 34b79b6Copy full SHA for 34b79b6
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
strategy:
42
matrix:
43
- node-version: [14.x, 16.x]
+ node-version: [16.x, 18.x]
44
steps:
45
- uses: actions/checkout@v2
46
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments