Skip to content

Commit

Permalink
Update nodejs version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsqdb committed Dec 23, 2020
1 parent 2deaf8c commit 26d3be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
build:

runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 26d3be5

Please sign in to comment.