Skip to content

Commit

Permalink
fix: revert back dep update (#18)
Browse files Browse the repository at this point in the history
* fix: revert back dep update

* fix: rebase
  • Loading branch information
isaackps committed Mar 12, 2024
1 parent c35e80b commit 77ffbf4
Show file tree
Hide file tree
Showing 5 changed files with 1,937 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
release:
name: Publish Release
runs-on: ubuntu-latest
needs: [ tests, linters ]
needs: [tests, linters]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/hydrogen
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ module.exports = {
moduleNameMapper: {
axios: "axios/dist/node/axios.cjs", // Temporary workaround: Force Jest to import the CommonJS Axios build
},
};
};

0 comments on commit 77ffbf4

Please sign in to comment.