Skip to content

Commit

Permalink
chore: bump node version from leo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Dec 12, 2024
1 parent 515d02b commit bfdf647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/angular-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: "ui/package-lock.json"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/angular-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: 'ui/package-lock.json'
- name: Install dependencies
Expand Down

0 comments on commit bfdf647

Please sign in to comment.