[chore] actions fix again and again
This commit is contained in:
8
.github/workflows/github-actions-builder.yml
vendored
8
.github/workflows/github-actions-builder.yml
vendored
@@ -15,15 +15,15 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- id: set_var
|
|
||||||
run: |
|
|
||||||
content=`cat version.json`
|
|
||||||
echo "::set-output name=packageJson::$content"
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: setup node
|
- name: setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
- id: set_var
|
||||||
|
run: |
|
||||||
|
content=`cat version.json`
|
||||||
|
echo "::set-output name=packageJson::$content"
|
||||||
- name: install pnpm
|
- name: install pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user