mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
chore: update release.yml
This commit is contained in:
parent
08023bd10b
commit
24637d2e5f
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -17,8 +17,11 @@ jobs:
|
|||||||
publish-npm:
|
publish-npm:
|
||||||
needs: get-plugins
|
needs: get-plugins
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: node:18
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set Node.js 20
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
- name: Get info
|
- name: Get info
|
||||||
id: get-info
|
id: get-info
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user