Skip to content

Commit

Permalink
fix node version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Jul 22, 2021
1 parent d9ac1d0 commit d7c705d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, macos-latest]

steps:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
registry-url: https://registry.npmjs.org
- name: install global module
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typedoc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 14.x
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-optional
env:
Expand Down

0 comments on commit d7c705d

Please sign in to comment.