Skip to content

Commit 4044684

Browse files
authored
[ci] Add Node 22, drop 19 & 18 (#21)
1 parent 3626644 commit 4044684

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111

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

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

0 commit comments

Comments
 (0)