Skip to content

Commit

Permalink
install angular
Browse files Browse the repository at this point in the history
  • Loading branch information
KroneCorylus authored May 13, 2024
1 parent e00b03d commit 4504d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 20.13.1
- name: Intall Angular
run: npm install -g @angular/cli
- name: Install dependencies
run: npm install
- name: Test
Expand Down

0 comments on commit 4504d3a

Please sign in to comment.