Skip to content

Commit

Permalink
chore: up node version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosSacASac committed Jan 26, 2021
1 parent d33884e commit f16ce74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12.x]
node: [14.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10.x, 12.x]
node: [12.x, 14.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f16ce74

Please sign in to comment.