Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Apr 3, 2024
1 parent bd999c5 commit f9578dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 16.15.1
- name: Use Node.js 18.16.1
uses: actions/setup-node@v1
with:
node-version: "16.15.1"
node-version: "18.16.1"
- name: Build 🔨
run: |
npm install -g @angular/cli --legacy-peer-deps
Expand Down

0 comments on commit f9578dc

Please sign in to comment.