Skip to content

Commit

Permalink
fix: revert to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Jan 10, 2024
1 parent 178815d commit 6b3825d
Show file tree
Hide file tree
Showing 3 changed files with 2,810 additions and 2,328 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16

- name: Install dependencies
run: npm install -f
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "wncg-staking-frontend",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Loading

0 comments on commit 6b3825d

Please sign in to comment.