We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6ba6a commit 0d33990Copy full SHA for 0d33990
1 file changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
defaults:
12
run:
13
- working-directory: webapp/ultroid
+ working-directory: ultroid
14
15
steps:
16
- name: Checkout code
@@ -19,9 +19,9 @@ jobs:
19
- name: Setup Node.js
20
uses: actions/setup-node@v4
21
with:
22
- node-version: '20'
+ node-version: '23'
23
cache: 'npm'
24
- cache-dependency-path: webapp/ultroid/package-lock.json
+ cache-dependency-path: 'ultroid/package-lock.json'
25
26
- name: Install dependencies
27
run: npm ci
0 commit comments