chore: Upgrade to yarn 3.2.2, Node 16 (#3682)

* Upgrade to yarn 4.0.0-rc.14

Adds support for Node 18

* Upgrade CI to Node 16

* Update website/yarn.lock

* pnpIgnorePatterns for subproject

* Switch to stable Yarn 3.2.2
This commit is contained in:
Erik Demaine
2022-08-17 17:10:08 -04:00
committed by GitHub
parent 00d015f6bf
commit 7530849bdb
7 changed files with 5285 additions and 5287 deletions

View File

@@ -15,10 +15,10 @@ jobs:
with: with:
persist-credentials: false # minimize exposure and prevent accidental pushes persist-credentials: false # minimize exposure and prevent accidental pushes
- name: Use Node.js 12 - name: Use Node.js 16
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '12' node-version: '16'
cache: yarn cache: yarn
- name: Install dependencies - name: Install dependencies

File diff suppressed because one or more lines are too long

783
.yarn/releases/yarn-3.2.2.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.2.0.cjs yarnPath: .yarn/releases/yarn-3.2.2.cjs

View File

@@ -47,7 +47,7 @@
"dist/" "dist/"
], ],
"license": "MIT", "license": "MIT",
"packageManager": "yarn@3.2.0", "packageManager": "yarn@3.2.2",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.10.4", "@babel/core": "^7.10.4",
"@babel/eslint-parser": "^7.15.0", "@babel/eslint-parser": "^7.15.0",

File diff suppressed because it is too large Load Diff

5594
yarn.lock

File diff suppressed because it is too large Load Diff