This commit is contained in:
parent
3bbd966c6e
commit
5b679ec47f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/wrangler.yml
vendored
5
.github/workflows/wrangler.yml
vendored
|
@ -13,6 +13,11 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue