-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: check for cycles, update node version. (#38)
- Loading branch information
Showing
10 changed files
with
1,101 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Setup Node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: '20.5.1' | ||
node-version: '20.8.1' | ||
- name: Install Dependencies | ||
run: npm ci | ||
- name: Save error log | ||
|
@@ -27,6 +27,8 @@ jobs: | |
with: | ||
name: npm-debug-log-${{ hashFiles('package-lock.json') }} | ||
path: npm-debug.log | ||
- name: Circular Dependencies | ||
run: npm run cycles | ||
- name: Build Docker | ||
run: docker compose build | ||
- name: Build Components | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.