Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
CI in this repo doesn't do much, but the configuration is old so all PRs
will stall on missing OSX builders.
  • Loading branch information
orangejulius committed Jan 21, 2025
1 parent ca8caa1 commit 36549f4
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 36549f4

Please sign in to comment.