diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2983cbb..892c6d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,9 +167,9 @@ jobs: target: "aarch64-apple-darwin" architecture: "arm64" node: - - "18" - - "20" - - "22" + - '20' + - '24' + - '26' runs-on: ${{ matrix.settings.host }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -207,15 +207,9 @@ jobs: target: aarch64-pc-windows-msvc architecture: arm64 node: - - "18" - - "20" - - "22" - exclude: - - settings: - host: windows-latest - target: aarch64-pc-windows-msvc - arch: arm64 - node: "18" + - '20' + - '24' + - '26' runs-on: ${{ matrix.settings.host }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -251,9 +245,9 @@ jobs: - aarch64-unknown-linux-gnu - aarch64-unknown-linux-musl node: - - "18" - "20" - - "22" + - "24" + - "26" runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -307,4 +301,7 @@ jobs: with: image: ${{ steps.docker.outputs.IMAGE }} options: '-v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }}' - run: yarn vitest run + run: | + npm install -g corepack + yarn install + yarn vitest run diff --git a/.node-version b/.node-version index 442c758..eefb690 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.20.0 +24.15.0 \ No newline at end of file