Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 7, 2024
1 parent f5bf983 commit 3f28ccd
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 1,777 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ['hyperenv', 'medium']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: npm
- run: |
npm ci
Expand Down
Loading

0 comments on commit 3f28ccd

Please sign in to comment.