We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f86854 commit 9e36c02Copy full SHA for 9e36c02
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
# Setup node with version 12.x and NPM registry url
18
- uses: actions/setup-node@v1
19
with:
20
- node-version: "10.0"
+ node-version: "12.0"
21
# Run npm install to install project packages
22
- run: npm install
23
# npm run build to build the project
0 commit comments