update github actions
This commit is contained in:
parent
059ca197e5
commit
23b4d23cec
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -10,9 +10,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- name: git-checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: pnpm-setup
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
uses: actions/setup-node@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user