Skip to content

Commit

Permalink
Bump test from 3.1.0 to 3.2.0 (#28)
Browse files Browse the repository at this point in the history
* Bump test from 3.1.0 to 3.2.0

Bumps [test](https://github.com/nodejs/node-core-test) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/nodejs/node-core-test/releases)
- [Changelog](https://github.com/nodejs/node-core-test/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-core-test@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix node 14

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Gruber <[email protected]>
  • Loading branch information
dependabot[bot] and juliangruber authored Aug 2, 2022
1 parent 8887e8b commit fa9bd87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ jobs:
- 14
- 16
- 18
include:
- node-version: 14
env: --experimental-abortcontroller --no-warnings
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
NODE_OPTIONS: ${{ matrix.env }}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa9bd87

Please sign in to comment.