Skip to content

Commit

Permalink
update pr verify
Browse files Browse the repository at this point in the history
  • Loading branch information
pgourlain committed May 10, 2024
1 parent 890a292 commit 4994d55
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ jobs:
strategy:
fail-fast: true
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
os: [macos-latest, ubuntu-latest]
node:
- 20
steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install -g typescript "vsce"

0 comments on commit 4994d55

Please sign in to comment.