Skip to content

Commit

Permalink
Upgrade dependencies and require Node >=18.12
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch committed May 15, 2024
1 parent 0bbf70c commit f53f846
Show file tree
Hide file tree
Showing 5 changed files with 2,822 additions and 2,186 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
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: 18
cache: npm
- run: npm ci
- run: npm test
83 changes: 31 additions & 52 deletions __snapshots__/test.ts.snap

Large diffs are not rendered by default.

Loading

0 comments on commit f53f846

Please sign in to comment.