Skip to content

Commit b853df1

Browse files
Fix github action broken node version specification
1 parent 7f364de commit b853df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [16.12.0]
8+
node-version: [16.x]
99
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)