ci: update test

This commit is contained in:
Il Harper 2024-03-13 22:51:17 +08:00
parent 743540d652
commit bbf71ebd23
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -13,19 +13,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'false'
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.3.1'
- name: Test
run: |
yarn
corepack enable
yarn install --immutable
yarn build
yarn test
shell: bash