Skip to content

Commit

Permalink
chore: use yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Jun 8, 2024
1 parent 2b0793d commit 99ae1fe
Show file tree
Hide file tree
Showing 6 changed files with 12,770 additions and 9,524 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
repository: svg/svgo
path: .svgo
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run build
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Docs should be pulled from the svg/svgo repository
/docs/
/.svgo/
875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.2.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-3.8.2.cjs
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packageManager": "[email protected]",
"name": "svgo-dev",
"version": "0.0.0",
"description": "Landing page and documentation for SVGO.",
Expand Down
Loading

0 comments on commit 99ae1fe

Please sign in to comment.