Compare commits
1 commit
f3689b2d5d
...
452d913cdf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
452d913cdf |
2 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 24
|
||||||
- uses: https://github.com/pnpm/action-setup@v1
|
- uses: https://github.com/pnpm/action-setup@v1
|
||||||
with:
|
with:
|
||||||
version: 11
|
version: 11
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 24
|
||||||
- uses: https://github.com/pnpm/action-setup@v1
|
- uses: https://github.com/pnpm/action-setup@v1
|
||||||
with:
|
with:
|
||||||
version: 11
|
version: 11
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue