Skip to content

Commit

Permalink
fixed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Jun 27, 2024
1 parent 679b2c6 commit 2555bc2
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-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.14.x]
node-version: [20.14.0]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
node-version: [20.14.0]
steps:
- uses: actions/checkout@v1
- name: Build the docker
Expand Down

0 comments on commit 2555bc2

Please sign in to comment.