We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc375d commit 451a637Copy full SHA for 451a637
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- node-version: [14, 16]
+ node-version: [14, 16, 18]
16
steps:
17
- uses: actions/checkout@v3
18
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments