Skip to content

Commit

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

Bumps [test](https://github.com/nodejs/node-core-test) from 3.2.0 to 3.2.1.
- [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.2.0...v3.2.1)

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

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

* undo experimental changes

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 4, 2022
1 parent fa9bd87 commit dbb71a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2,952 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ 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 }}
Loading

0 comments on commit dbb71a2

Please sign in to comment.