Skip to content

Commit

Permalink
feat: update all dependencies lastest
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update update project to node18 with all dependencies
  • Loading branch information
Daniel Montoya committed Oct 5, 2023
1 parent 80b610e commit 164881a
Show file tree
Hide file tree
Showing 6 changed files with 8,094 additions and 11,231 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rules": {
"semi": ["error", "always"],
"quotes": ["error", "double"]
}
}
3 changes: 0 additions & 3 deletions .eslintrc.js

This file was deleted.

16 changes: 8 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12.22.10', '14.19.0', '16.14.0', '17.4.0']
node: ['16.20.2', '18.18.0']
name: Node ${{ matrix.node }} testing
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -32,11 +32,11 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '17.4.0'
- uses: actions/cache@v2
node-version: '18.18.0'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.4.0
18.18.0
Loading

0 comments on commit 164881a

Please sign in to comment.