Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ba33e6e

Browse files
committed
Narrow matrix to specific node target, use ACCESS_TOKEN for CI
1 parent 37f62ac commit ba33e6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [14.0.0, 14.x, 16.x, 18.x]
13+
node: [14.21.1]
1414
os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11]
1515
exclude:
1616
# Node v18 does not run on ubuntu-18.04: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
@@ -39,6 +39,8 @@ jobs:
3939
uses: microsoft/[email protected]
4040

4141
- run: npm ci
42+
with:
43+
access_token: ${{ secrets.PAT }}
4244
- run: npm run test
4345
env:
4446
FORCE_COLOR: 1

0 commit comments

Comments
 (0)