diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a565cf..491d73a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - node-version: [18, 20] + node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -39,10 +39,10 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v4 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Bootstrap project run: | npm ci --ignore-scripts @@ -57,10 +57,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Bootstrap project run: | npm ci --ignore-scripts