Skip to content

Commit

Permalink
Merge 7a662d8 into e36494c
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Nov 3, 2023
2 parents e36494c + 7a662d8 commit 7297f51
Show file tree
Hide file tree
Showing 9 changed files with 11,510 additions and 7,253 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 14
node-version-file: .nvmrc

- name: Set up QEMU
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 14
node-version-file: .nvmrc

- run: yarn install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 14
node-version-file: .nvmrc

- name: Get composer cache directory
id: composercache
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
Binary file added .yarn/install-state.gz
Binary file not shown.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@
"resolutions": {
"backbone": "1.3.3"
},
"packageManager": "yarn@1.22.19"
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.0.1"
}
17,854 changes: 10,606 additions & 7,248 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7297f51

Please sign in to comment.