-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update yarn to v4 & bump node version
- Loading branch information
1 parent
a199cd5
commit 4ee8ee0
Showing
5 changed files
with
3,096 additions
and
3,959 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
|
||
env: | ||
DOTNET_VERSION: 6.0.x | ||
NODE_VERSION: 16 | ||
NODE_VERSION: 20 | ||
NPM_REGISTRY: https://registry.npmjs.org | ||
|
||
jobs: | ||
|
@@ -31,8 +31,11 @@ jobs: | |
- name: Install dependencies | ||
run: dotnet restore ./DbViewer.sln --verbosity minimal && dotnet tool restore | ||
|
||
- name: Install yarn | ||
run: corepack enable && corepack prepare [email protected] --activate | ||
|
||
- name: Install node dependencies | ||
run: cd ./db-viewer-ui && yarn set version berry && yarn install --immutable | ||
run: corepack yarn --cwd cassandra-distributed-task-queue-ui --immutable | ||
|
||
- name: Pull docker images | ||
run: docker pull selenoid/vnc:chrome_112.0 | ||
|
@@ -102,6 +105,12 @@ jobs: | |
node-version: ${{ env.NODE_VERSION }} | ||
registry-url: ${{ env.NPM_REGISTRY }} | ||
|
||
- name: Install yarn | ||
run: corepack enable && corepack prepare [email protected] --activate | ||
|
||
- name: Install node dependencies | ||
run: corepack yarn --cwd cassandra-distributed-task-queue-ui --immutable | ||
|
||
- name: Check version | ||
run: | | ||
tagName="${{github.ref_name}}" | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
compressionLevel: mixed | ||
|
||
enableGlobalCache: false | ||
|
||
networkConcurrency: 16 | ||
|
||
nodeLinker: node-modules | ||
|
||
npmRegistryServer: "https://registry.npmjs.org" | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.4.cjs |
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.