Skip to content

Commit 109b18b

Browse files
authored
npm audit & bump actions versions
1 parent 00d9c4c commit 109b18b

File tree

5 files changed

+342
-159
lines changed

5 files changed

+342
-159
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
name: jest
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm ci
1616
- run: npm test

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Powered by [Job Summaries](https://github.blog/2022-05-09-supercharging-github-a
1515

1616
## Demo
1717

18-
To interact with an example, [check it out here](https://github.com/robherley/go-test-example/actions/runs/2725452630/attempts/1#summary-7484360764).
19-
2018
Tests are organized per package, with a brief summary of individual test results:
2119

2220
![summary overview](docs/img/overview.png)

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)