Skip to content

Commit 256c353

Browse files
committed
Fix selfhosted workflow
1 parent 462d803 commit 256c353

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-development-selfhosted.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ jobs:
1414
matrix:
1515
platform: [self-hosted]
1616
runs-on: ${{ matrix.platform }}
17-
1817

1918
steps:
2019
- uses: actions/checkout@v2
20+
- name: Setup NodeJS
21+
uses: actions/setup-node@v3
22+
with:
23+
node-version: 22.16
24+
cache: npm
2125
- name: Initialize the project
2226
run: npm run ci
2327
- name: Lint Angular project

0 commit comments

Comments
 (0)