Skip to content

Commit 0d90ae6

Browse files
committed
ci: only use ubuntu for 22.x
1 parent 3451089 commit 0d90ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ${{matrix.os}}
1515
strategy:
1616
matrix:
17-
node-version: [20.x, 22.x]
18-
os: [ubuntu-latest, windows-latest, macos-latest]
17+
node-version: [22.x]
18+
os: [ubuntu-latest]
1919
fail-fast: false
2020
steps:
2121
- name: Harden Runner

0 commit comments

Comments
 (0)