Skip to content

Commit

Permalink
drop support Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya authored Jul 16, 2022
1 parent 75612b9 commit 89f76b5
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.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: 14.x
node-version: 16.x
registry-url: https://registry.npmjs.org
- name: install global module
run: |
Expand Down

0 comments on commit 89f76b5

Please sign in to comment.