From b418786f48943c4d34a1c2e7d5000f1911c7a035 Mon Sep 17 00:00:00 2001 From: Daniel Nichols Date: Wed, 4 Dec 2024 12:18:17 -0500 Subject: [PATCH] ci updates --- .github/workflows/ci.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 144e945..c73559b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,8 @@ 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 @@ -20,7 +21,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 @@ -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 @@ -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 @@ -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 @@ -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