Skip to content

Commit

Permalink
Merge pull request #245 from anajavi/test/jest28
Browse files Browse the repository at this point in the history
Upgrade testing dependencies
  • Loading branch information
dozoisch authored Oct 18, 2022
2 parents 8aa5597 + c92a6dd commit b1b10c7
Show file tree
Hide file tree
Showing 3 changed files with 1,984 additions and 1,509 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/standard-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
test:
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macos-latest]
name: Node v${{ matrix.node }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
Expand Down
Loading

0 comments on commit b1b10c7

Please sign in to comment.