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 42dd938
Show file tree
Hide file tree
Showing 5 changed files with 11,892 additions and 9,523 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
repository: svg/svgo
path: .svgo
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
Expand Down
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/
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
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 42dd938

Please sign in to comment.