Skip to content

Commit

Permalink
Adjust CI/CD process configs
Browse files Browse the repository at this point in the history
Bumped NodeJS version (14 -> 18)
  • Loading branch information
kpyszkowski committed Oct 25, 2023
1 parent fde1332 commit b7f806a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dashboard-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"
cache: "yarn"

# This step forces Git to download dependencies using `https://` protocol,
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"
cache: "yarn"

# We need this step because the `@keep-network/tbtc` which we update in
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"
cache: "yarn"

# This step forces Git to download dependencies using `https://` protocol,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"
cache: "yarn"

# We need this step because the `@keep-network/tbtc` which we update in
Expand Down

0 comments on commit b7f806a

Please sign in to comment.