Skip to content

Commit

Permalink
Merge pull request #21 from iambumblehead/add-windows-latest-pipeline
Browse files Browse the repository at this point in the history
added windows-latest to ci
  • Loading branch information
iambumblehead authored Nov 26, 2021
2 parents 246cafd + 295ff31 commit 88bb715
Show file tree
Hide file tree
Showing 9 changed files with 997 additions and 3,222 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest

runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
os: [ubuntu-latest, windows-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,14 @@ test('should mock modules and local files at same time', async t => {

### changelog

* 1.0.1 _Nov.02.2001_
* 1.1.0 _Nov.25.2021_
* add windows-latest to testing pipeline and begin windows support
* removed files and functions no longer needed
* increment resolvewithplus package and other dependencies
* 1.0.1 _Nov.02.2021_
* add node v17.x to testing pipeline
* add, make warning message go away for node 16.12.0+
* 1.0.0 _Oct.27.2001_
* 1.0.0 _Oct.27.2021_
* release version 1.0
* 0.4.2 _Oct.27.2021_
* export 'load' hook from moduleLoader, required by node v16.12.0+
Expand Down
Loading

0 comments on commit 88bb715

Please sign in to comment.