Skip to content

Commit

Permalink
ci: set node 16.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Mar 30, 2024
1 parent c772f3b commit 7851e1d
Show file tree
Hide file tree
Showing 2 changed files with 13,457 additions and 3,559 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 20.12.0
- name: Use Node.js 16.15.1
uses: actions/setup-node@v1
with:
node-version: '20.12.0'
node-version: '16.15.1'
- name: Build
run: |
npm install -g @angular/cli
Expand Down
Loading

0 comments on commit 7851e1d

Please sign in to comment.