Skip to content

Commit

Permalink
ci: use node 16.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Apr 3, 2024
1 parent ea2991c commit 56bea45
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 18.16.1
- name: Use Node.js 16.15.1
uses: actions/setup-node@v1
with:
node-version: "18.16.1"
node-version: "16.15.1"
- name: Build 🔨
run: |
npm install -g @angular/cli@10 --legacy-peer-deps
Expand Down

0 comments on commit 56bea45

Please sign in to comment.