mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 06:18:07 +09:00
ci: switch back to github actions
This commit is contained in:
parent
2f88bf6824
commit
3468c13e75
1
.github/_workflows/README.md
vendored
1
.github/_workflows/README.md
vendored
@ -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.
|
@ -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
|
Loading…
Reference in New Issue
Block a user