Skip to content

Commit 0d33990

Browse files
authored
fix build path
1 parent 1f6ba6a commit 0d33990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
defaults:
1212
run:
13-
working-directory: webapp/ultroid
13+
working-directory: ultroid
1414

1515
steps:
1616
- name: Checkout code
@@ -19,9 +19,9 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '20'
22+
node-version: '23'
2323
cache: 'npm'
24-
cache-dependency-path: webapp/ultroid/package-lock.json
24+
cache-dependency-path: 'ultroid/package-lock.json'
2525

2626
- name: Install dependencies
2727
run: npm ci

0 commit comments

Comments
 (0)