Skip to content

Commit 1820f7b

Browse files
committed
chore: reduce targets bc of rate limit
1 parent 4b40696 commit 1820f7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
13-
node: [14, 16, 18]
12+
os: [ubuntu-latest, windows-latest]
13+
node: ['lts/*', 'current']
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Setup node
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node }}
2222

0 commit comments

Comments
 (0)