Skip to content

Commit

Permalink
npm audit & bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robherley committed Feb 4, 2024
1 parent 00d9c4c commit 109b18b
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 159 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
name: jest
runs-on: ubuntu-latest
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
- run: npm ci
- run: npm test
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Powered by [Job Summaries](https://github.blog/2022-05-09-supercharging-github-a

## Demo

To interact with an example, [check it out here](https://github.com/robherley/go-test-example/actions/runs/2725452630/attempts/1#summary-7484360764).

Tests are organized per package, with a brief summary of individual test results:

![summary overview](docs/img/overview.png)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 109b18b

Please sign in to comment.