[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 }}
|
||||
steps:
|
||||
- id: set_var
|
||||
run: |
|
||||
content=`cat version.json`
|
||||
echo "::set-output name=packageJson::$content"
|
||||
- uses: actions/checkout@v3
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- id: set_var
|
||||
run: |
|
||||
content=`cat version.json`
|
||||
echo "::set-output name=packageJson::$content"
|
||||
- name: install pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user