Skip to content

Commit 9e36c02

Browse files
Update build.yml
updated node version 12
1 parent 6f86854 commit 9e36c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Setup node with version 12.x and NPM registry url
1818
- uses: actions/setup-node@v1
1919
with:
20-
node-version: "10.0"
20+
node-version: "12.0"
2121
# Run npm install to install project packages
2222
- run: npm install
2323
# npm run build to build the project

0 commit comments

Comments
 (0)