Skip to content

Commit

Permalink
up stuff in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Oct 21, 2023
1 parent fef97d4 commit abdf2d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
env:
CI: true
- name: Esy install
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
env:
CI: true
- name: Install esy
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
submodules: "true"
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0
toolchain: 1.73.0
override: true
target: ${{ matrix.target.target }}
- name: Install packages
Expand Down

0 comments on commit abdf2d8

Please sign in to comment.