Skip to content

Commit

Permalink
chore(test): upgrade to ava v5 (#561)
Browse files Browse the repository at this point in the history
Resolves all outstanding security vulnerabilities

Co-authored-by: Jonathon Hill <jonathon@compwright.com>
  • Loading branch information
compwright and Jonathon Hill committed Dec 2, 2022
1 parent be54c26 commit e092f28
Show file tree
Hide file tree
Showing 5 changed files with 1,024 additions and 1,954 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x, 18.x]
include:
- node-version: 14.x
- node-version: 18.x
report-coverage: true

steps:
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-node@v1
if: '!steps.cache.outputs.cache-hit'
with:
node-version: 14.x
node-version: 18.x
- name: Install dependencies
if: '!steps.cache.outputs.cache-hit'
run: npm ci
Expand Down Expand Up @@ -88,10 +88,10 @@ jobs:
# push.
# See https://github.com/semantic-release/git/issues/196#issuecomment-601310576.
persist-credentials: false
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Restore dependencies
id: cache
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit e092f28

Please sign in to comment.