chore: github workflows update

This commit is contained in:
xidedix
2021-03-12 13:53:10 +01:00
parent 0370878bff
commit 405b7c814b
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
@@ -37,10 +37,10 @@ jobs:
# steps:
# - uses: actions/checkout@v1
# - name: Use Node.js 12
# - name: Use Node.js 14
# uses: actions/setup-node@v1
# with:
# node-version: 12
# node-version: 14
# - name: e2e chrome test
# run: |
# npm i