Update and rename test.yml.disabled to test.yml
This commit is contained in:
parent
0915155dc3
commit
4a9656fe38
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
- name: Setup node.js 20
|
||||
- name: Setup node.js 24
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 24
|
||||
cache: "pnpm"
|
||||
- name: Install Dependencies
|
||||
run: pnpm i --frozen-lockfile
|
||||
Loading…
Add table
Add a link
Reference in a new issue