Skip to content

Commit

Permalink
Merge pull request #16 from wethegit/fix/react-version
Browse files Browse the repository at this point in the history
fix: react dependency version
  • Loading branch information
marlonmarcello authored Jan 24, 2024
2 parents a12e2b6 + 8c3d276 commit 23f057e
Show file tree
Hide file tree
Showing 6 changed files with 1,340 additions and 1,016 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Setup .npmrc file on the fly
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
18.19.0
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.format.enable": true,
"eslint.nodePath": "",
Expand Down
Loading

0 comments on commit 23f057e

Please sign in to comment.