|
|
@ -7,6 +7,7 @@ parameters: |
|
|
|
orbs: |
|
|
|
orbs: |
|
|
|
browser-tools: circleci/browser-tools@1.4.1 |
|
|
|
browser-tools: circleci/browser-tools@1.4.1 |
|
|
|
win: circleci/windows@5.0 |
|
|
|
win: circleci/windows@5.0 |
|
|
|
|
|
|
|
node: circleci/node@5.1.0 |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
build: |
|
|
|
docker: |
|
|
|
docker: |
|
|
@ -114,7 +115,7 @@ jobs: |
|
|
|
- run: ldd --version |
|
|
|
- run: ldd --version |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
- node/install: |
|
|
|
- node/install: |
|
|
|
node-version: 20.0.0 |
|
|
|
node-version: '20.0.0' |
|
|
|
install-yarn: true |
|
|
|
install-yarn: true |
|
|
|
- attach_workspace: |
|
|
|
- attach_workspace: |
|
|
|
at: . |
|
|
|
at: . |
|
|
|