Skip to content

Commit

Permalink
chore: bump Node to 20 and Yarn to latest (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Jul 4, 2024
1 parent b070278 commit 427bf80
Show file tree
Hide file tree
Showing 11 changed files with 3,214 additions and 3,210 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "18-bullseye"
"VARIANT": "20-bullseye"
}
},
"settings": {},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: '18'
node-version: '20'

- run: yarn install --immutable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- run: npx beachball check --changehint "Run 'yarn change' to generate a change file"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: '18'
node-version: '20'

- run: yarn install --immutable
- run: yarn check-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: '18'
node-version: '20'

- run: yarn install --immutable
- run: yarn nx run-many --target=build --projects=@griffel/website --parallel --max-parallel=3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: '18'
node-version: '20'

- run: yarn install --immutable
- run: yarn nx run-many --target=build --projects=@griffel/devtools --parallel --max-parallel=3
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"type": "git",
"url": "https://github.com/microsoft/griffel"
},
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"nano-staged": {
"**/*.{js,json,ts,tsx}": "prettier --write",
"**/*.{md}": "doctoc -u"
Expand Down
4,618 changes: 2,309 additions & 2,309 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 427bf80

Please sign in to comment.