Skip to content

Commit

Permalink
Merge PR #24 from 'nodech/fix-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Apr 26, 2024
2 parents b7c0914 + 28c8009 commit 94f1633
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand All @@ -33,11 +33,15 @@ jobs:
exclude:
- os: windows-latest
node: 14.x
- os: macos-latest
node: 14.x
- os: macos-latest
node: 16.x

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js ${{matrix.node}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}

Expand Down

0 comments on commit 94f1633

Please sign in to comment.