Skip to content

Commit

Permalink
[ci] Add Node 22, drop 19 & 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinodavid committed Aug 17, 2024
1 parent 8bb5dac commit 1f517eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:

strategy:
matrix:
node-version: [21.x, 20.x, 19.x, 18.x]
os: [ubuntu-latest, macos-latest]
node-version: [22.x, 20.x]
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners
# macos-13 runs on intel processors, macos-14 runs on apple silicon
os: [ubuntu-latest, macos-13, macos-14]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1f517eb

Please sign in to comment.