Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Weber committed Oct 30, 2024
1 parent 6b7bdb3 commit aee6e5d
Show file tree
Hide file tree
Showing 3 changed files with 1,813 additions and 384 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20.x
cache: 'npm'
cache-dependency-path: example/package-lock.json
- run: npm ci
Expand Down
Loading

0 comments on commit aee6e5d

Please sign in to comment.