Skip to content

Commit

Permalink
Merge pull request #569 from pelias/fix-ci-runs
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
orangejulius authored Jan 21, 2025
2 parents ca8caa1 + 36549f4 commit c243fc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macos-10.15
node-version:
- 10.x
- 12.x
- 22.x
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: 'Install node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v2-beta
with:
Expand Down

0 comments on commit c243fc6

Please sign in to comment.