Skip to content
Snippets Groups Projects
Unverified Commit 9c34e44b authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

ci: coverage node.js 22 (#761)

parent cb2dc802
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [18.x, 20.x, 21.x] node-version: [18.x, 20.x, 22.x]
name: E2E on Node.js ${{ matrix.node-version }} name: E2E on Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
...@@ -26,7 +26,7 @@ jobs: ...@@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version-file: ".nvmrc" node-version: ${{ matrix.node-version }}
cache: "pnpm" cache: "pnpm"
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
...@@ -37,7 +37,7 @@ jobs: ...@@ -37,7 +37,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [18.x, 20.x, 21.x] node-version: [18.x, 20.x, 22.x]
name: Test on Node.js ${{ matrix.node-version }} name: Test on Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment