Skip to content

Commit

Permalink
Merge pull request #19 from axtgr/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
axtgr authored Feb 28, 2024
2 parents 1ab6a5a + 29d0f94 commit e665897
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [20]
runs-on: ${{ matrix.os }}
steps:
- name: Check out the repository
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
node: [10, 12, 14]
node: [10, 16, 20]
runs-on: ${{ matrix.os }}
steps:
- name: Check out the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [20]
runs-on: ${{ matrix.os }}
steps:
- name: Wait for the CI workflow to complete
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [20]
runs-on: ${{ matrix.os }}
steps:
- name: Wait for the CI workflow to complete
Expand Down

0 comments on commit e665897

Please sign in to comment.