-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update dependencies and node (#68)
fix: update node in workflows
- Loading branch information
1 parent
9f26c5b
commit f35c614
Showing
8 changed files
with
1,503 additions
and
2,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ jobs: | |
cache-to: type=inline | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: "14" | ||
node-version: "18" | ||
|
||
build-backend: | ||
name: build-backend | ||
|
@@ -123,7 +123,7 @@ jobs: | |
cache-to: type=inline | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: "14" | ||
node-version: "18.20.0" | ||
release: | ||
name: Release | ||
needs: [build-frontend, build-backend] | ||
|
@@ -136,9 +136,9 @@ jobs: | |
with: | ||
submodules: false | ||
persist-credentials: false | ||
- uses: actions/setup-node@v2 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: "14" | ||
node-version: "18.20.0" | ||
- name: Semantic Release | ||
id: version | ||
uses: cycjimmy/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ | |
} | ||
}, | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
"packages": ["packages/*"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.