Skip to content

Commit

Permalink
chore: update devDeps (#21)
Browse files Browse the repository at this point in the history
* chore: update devDeps

* ci: fix Node versions on CI
  • Loading branch information
koba04 committed May 19, 2022
1 parent 91c216d commit ed15f82
Show file tree
Hide file tree
Showing 5 changed files with 9,109 additions and 14,664 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on: [push]

jobs:
build:
name: Node.js ubuntu-latest 12.x
name: Node.js ubuntu-latest 16.x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: npm ci, and npm run lint
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit ed15f82

Please sign in to comment.