Skip to content

Commit

Permalink
Bump dependencies (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Jun 19, 2024
1 parent 43c0940 commit 1e64c88
Show file tree
Hide file tree
Showing 6 changed files with 1,181 additions and 1,207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- run: npm ci
- run: npm run lint
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Setup release environment
Expand Down
Loading

0 comments on commit 1e64c88

Please sign in to comment.