Skip to content

Commit

Permalink
Update dev deps (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods authored Aug 29, 2024
1 parent 3bd2b9b commit 7795fe2
Show file tree
Hide file tree
Showing 3 changed files with 1,404 additions and 3,580 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
Loading

0 comments on commit 7795fe2

Please sign in to comment.