Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 20, 2022
1 parent 44c66e8 commit 70e5e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [14, 16, 18]
node_version: [12, 14, 16, 17, 18]
include:
- os: macos-latest
node_version: 16
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
lint:
timeout-minutes: 10
runs-on: ubuntu-latest
name: "Lint: node-18, ubuntu-latest"
name: "Lint: node-16, ubuntu-latest"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -87,10 +87,10 @@ jobs:
with:
version: 6

- name: Set node version to 18
- name: Set node version to 16
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
cache: "pnpm"

- name: Install deps
Expand Down

0 comments on commit 70e5e2a

Please sign in to comment.