Skip to content

Commit

Permalink
chore: Upgrade to yarn 3.2.2, Node 16 (#3682)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
edemaine committed Aug 17, 2022
1 parent 00d015f commit 7530849
Show file tree
Hide file tree
Showing 7 changed files with 5,285 additions and 5,287 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
persist-credentials: false # minimize exposure and prevent accidental pushes

- name: Use Node.js 12
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
cache: yarn

- name: Install dependencies
Expand Down
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.2.2.cjs
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"dist/"
],
"license": "MIT",
"packageManager": "yarn@3.2.0",
"packageManager": "yarn@3.2.2",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/eslint-parser": "^7.15.0",
Expand Down

0 comments on commit 7530849

Please sign in to comment.