We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f364de commit b853df1Copy full SHA for b853df1
.github/workflows/build.yaml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node-version: [16.12.0]
+ node-version: [16.x]
9
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
10
steps:
11
- uses: actions/checkout@v2
0 commit comments