ci: switch back to github actions

This commit is contained in:
三咲智子 2023-01-04 23:37:19 +08:00
parent 2f88bf6824
commit 3468c13e75
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
3 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
GitHub Actions is temporary disabled as we are reaching the usage limit as a private repo. Tests have been moved to Netlify pipeline as an workaround. We shall recover this once we open up.

View file

@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
ci:
@ -17,7 +18,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm
- name: 📦 Install dependencies