Skip to content

Commit

Permalink
Volta Integration on skilltree frontend (#62)
Browse files Browse the repository at this point in the history
* feat:volta integration

* feat:volta integration
  • Loading branch information
Achintya-Chatterjee authored Mar 6, 2024
1 parent f952fe6 commit 9a0a463
Show file tree
Hide file tree
Showing 4 changed files with 8,188 additions and 5,605 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.11.1

- name: Cache Node.js dependencies
uses: actions/cache@v3
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ https://stag-skill-tree.vercel.app/
### Prerequisites
- [Node.js](https://nodejs.org/en/download)
- Yarn
- Volta

[Why Volta?](https://docs.volta.sh/guide/#why-volta)

To install Volta, please follow this [Guide](https://docs.volta.sh/guide/getting-started)

### Setup
- Install local dependencies
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start",
"dev:server": "next dev -p 3000",
"dev:reverse-ssl": "local-ssl-proxy --source 443 --target 3000",
"dev": "run-p dev:*",
"dev": "run-p 'dev:*'",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js",
Expand Down Expand Up @@ -58,5 +58,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1"
},
"volta": {
"node": "20.11.1",
"yarn": "4.1.1"
}
}
Loading

0 comments on commit 9a0a463

Please sign in to comment.