Skip to content

Commit

Permalink
feat: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
b12k committed Jun 28, 2023
1 parent 1f7aaaf commit 6d3c3cb
Show file tree
Hide file tree
Showing 6 changed files with 5,904 additions and 4,036 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"unicorn/prefer-node-protocol": "off",
"unicorn/explicit-length-check": "off",
"unicorn/prevent-abbreviations": "off",
"unicorn/prefer-top-level-await": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: github.com
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: configure git
run: |
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
Loading

0 comments on commit 6d3c3cb

Please sign in to comment.