Skip to content

Commit

Permalink
Merge pull request #257 from alexv-ds/fix-workflow
Browse files Browse the repository at this point in the history
Fix ci.yml (and some improvements)
  • Loading branch information
jsumners authored Jul 25, 2024
2 parents 4f0f170 + 12dfb4a commit ee14a60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
contents: read
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20, 22]
os: [macos-latest, ubuntu-latest]
exclude:
- os: macos-latest
node-version: 14
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand All @@ -50,6 +53,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install dependencies
run: npm i --ignore-scripts
Expand Down

0 comments on commit ee14a60

Please sign in to comment.