Skip to content

Commit

Permalink
chore: node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Feb 19, 2024
1 parent 5562b9a commit adb7b8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
target: "aarch64-pc-windows-msvc"
build: pnpm build -- --target aarch64-pc-windows-msvc

name: stable - ${{ matrix.settings.target }} - node@14
name: stable - ${{ matrix.settings.target }} - node@16
runs-on: ${{ matrix.settings.host }}

steps:
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
check-latest: true

- name: Install pnpm
Expand All @@ -126,13 +126,13 @@ jobs:
- name: Cache cargo
uses: Swatinem/rust-cache@v1
with:
key: ${{ matrix.settings.target }}-node@14-cargo-cache
key: ${{ matrix.settings.target }}-node@16-cargo-cache

- name: Cache NPM dependencies
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: npm-cache-${{ matrix.settings.target }}-node@14-${{ hashFiles('pnpm-lock.yaml') }}
key: npm-cache-${{ matrix.settings.target }}-node@16-${{ hashFiles('pnpm-lock.yaml') }}

- name: Pull latest image
run: ${{ matrix.settings.docker }}
Expand Down

0 comments on commit adb7b8b

Please sign in to comment.