mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
ci: Set up node environment & cache
This commit is contained in:
parent
439bf410ac
commit
be239d2230
8
.github/workflows/dev.yml
vendored
8
.github/workflows/dev.yml
vendored
@ -7,8 +7,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
- name: Set up node & dependencies
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "npm"
|
||||
- run: npm ci
|
||||
- name: Run the TypeScript build
|
||||
run: npx tsc
|
||||
- name: Create server-package.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user