test: only run ci on ubuntu-latest
This commit is contained in:
parent
f93ab464fe
commit
c28927140a
1 changed files with 3 additions and 4 deletions
5
.github/workflows/pr-gated.yml
vendored
5
.github/workflows/pr-gated.yml
vendored
|
|
@ -16,11 +16,10 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
node_version:
|
node_version:
|
||||||
- 20.x
|
- 20.x
|
||||||
- 22.x
|
os: [ubuntu-latest]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node_version }}
|
- name: Use Node.js ${{ matrix.node_version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue