mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: bump node version in release workflow
This commit is contained in:
parent
6a5d2b11a3
commit
938f48375b
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -11,10 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache-dependency-path: '**/.github/workflows/release.yml'
|
||||
cache: 'npm'
|
||||
check-latest: true
|
||||
node-version: '16'
|
||||
node-version: '18'
|
||||
|
||||
- name: Fetch dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue