Skip to content

Commit

Permalink
17590 - Upgrade to node 20. (#175)
Browse files Browse the repository at this point in the history
* Upgrade to node 20.

* Upgrade nuxt
  • Loading branch information
seeker25 authored Jun 28, 2024
1 parent af024a9 commit e198060
Show file tree
Hide file tree
Showing 4 changed files with 19,231 additions and 15,465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: bcgov/bcregistry-sre/.github/workflows/frontend-cd.yaml@main
with:
target: ${{ inputs.target }}
node_version: "16.14.2"
node_version: "20.5.1"
app_name: "bcregistry"
working_directory: "."
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
bcregistry-ui-ci:
uses: bcgov/bcregistry-sre/.github/workflows/frontend-ci.yaml@main
with:
node_version: "16.14.2"
node_version: "20.5.1"
app_name: "bcregistry"
working_directory: "."
codecov_flag: ""
Loading

0 comments on commit e198060

Please sign in to comment.