Skip to content

Commit

Permalink
Upgrade package-log, use node 16 in testing, change testing node vers…
Browse files Browse the repository at this point in the history
…ions matrix
  • Loading branch information
tancredi committed Oct 2, 2021
1 parent f497ce5 commit 15101d4
Show file tree
Hide file tree
Showing 2 changed files with 12,263 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
name: Lint
env:
NODE: 14.x
NODE: 16.x

runs-on: ubuntu-18.04

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-10.15, ubuntu-18.04, windows-2019]
node: [10.x, 12.x, 15.x]
node: [10.x, 14.x, 16.x]

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

0 comments on commit 15101d4

Please # to comment.