Skip to content

Commit

Permalink
Pin node/yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Feb 18, 2024
1 parent 4361671 commit d834114
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 390 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,13 @@ package-lock.json

# Environment Loading
/.env.local
/.env.*.local
/.env.*.local

# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
},
"volta": {
"node": "18.19.1",
"yarn": "4.1.0"
}
}
Loading

0 comments on commit d834114

Please sign in to comment.