Skip to content

Commit

Permalink
chore: clean up prevoius syncpack implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgreg committed May 30, 2024
1 parent b1206ce commit e97529f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/syncpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16" # Ensure compatibility with Syncpack
node-version: "20"

- name: Run Syncpack to Manage Dependencies
uses: JamieMason/syncpack-github-action@0.2.3
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"forc:format": "./scripts/forc-format.sh",
"forc:verify": "tsx ./scripts/verify-forc-version",
"node:run": "./scripts/run-node.sh",
"node:clean": "rimraf .fuel-core/db",
"check-deps": "./scripts/check-deps.sh"
"node:clean": "rimraf .fuel-core/db"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -111,7 +110,7 @@
"vite": "^5.2.10",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-plain-text": "^1.4.2",
"vitest": "^1.1.3",
"vitest": "^1.6.0",
"webdriverio": "^8.36.1",
"syncpack": "^12.3.2"
},
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions scripts/check-deps.sh

This file was deleted.

0 comments on commit e97529f

Please sign in to comment.