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

Commit

Permalink
Narrow matrix to specific node target, use ACCESS_TOKEN for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmale90 committed Dec 6, 2022
1 parent 37f62ac commit f809e1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14.0.0, 14.x, 16.x, 18.x]
node: [14.21.1]
os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11]
exclude:
# Node v18 does not run on ubuntu-18.04: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
Expand Down Expand Up @@ -39,6 +39,8 @@ jobs:
uses: microsoft/setup-msbuild@v1.1

- run: npm ci
with:
ACCESS_TOKEN: ${{ secrets.PAT }}
- run: npm run test
env:
FORCE_COLOR: 1

0 comments on commit f809e1a

Please sign in to comment.