There was an error while loading. Please reload this page.
1 parent 2cdc80c commit a1edbabCopy full SHA for a1edbab
2 files changed
.github/workflows/build.yaml
@@ -24,6 +24,6 @@ jobs:
24
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
25
with:
26
node-version: "20"
27
- cache: "npm"
+ cache: npm
28
- run: npm ci
29
- run: make ANTORAFLAGS=--fetch build-local
.github/workflows/ui.yaml
@@ -4,8 +4,8 @@ name: UI lint and bundle
4
on:
5
pull_request:
6
paths:
7
- - 'ui/**'
8
- - 'package-lock.json'
+ - "ui/**"
+ - "package-lock.json"
9
10
permissions: {}
11
@@ -20,7 +20,7 @@ jobs:
20
persist-credentials: false
21
22
23
- node-version: '24'
+ node-version: "24"
cache: npm
- run: npm run lint --workspace ui
0 commit comments