[chore] actions fix again and again

This commit is contained in:
kwaroran
2023-05-07 15:59:13 +09:00
parent 3b1440f1d4
commit bc151d08db

View File

@@ -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: