Skip to content

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dando18 committed Dec 4, 2024
1 parent 6f1de2c commit b418786
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
vscode-version: [1.81.1, 1.83.1, 1.85.2, 1.86.0, 1.88.1, 1.91.1]
vscode-version: [1.81.1, 1.83.1, 1.85.2, 1.86.0, 1.88.1, 1.91.1, 1.95.3]
node-version: [20.x, 22.x]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: ${{ matrix.node-version }}
- name: Install Node.js Dependencies
run: npm install
- name: Run Linux Tests
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: ${{ matrix.node-version }}
- name: Install Node.js Dependencies
run: npm install
- name: Run Linux Tests
Expand All @@ -75,7 +76,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- name: Install Node.js Dependencies
run: npm install
- name: Coverage
Expand All @@ -96,7 +97,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- name: Install Node.js Dependencies
run: npm install
- name: Check Format
Expand All @@ -114,7 +115,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- name: Install Node.js Dependencies
run: npm install
- name: Package
Expand Down

0 comments on commit b418786

Please sign in to comment.