Skip to content

Commit

Permalink
ci: add node 18 delete node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbkz committed Jun 19, 2022
1 parent e01ddf7 commit d4d0a6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: npm
registry-url: https://registry.npmjs.org
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: npm
- run: npm ci
- run: npm run lint
Expand All @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16.x, 14.x, 12.x]
node: [18.x, 16.x, 14.x]
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf false
Expand Down

0 comments on commit d4d0a6b

Please sign in to comment.