Skip to content

Commit

Permalink
Merge pull request #259 from iambumblehead/use-latest-node18-at-test-…
Browse files Browse the repository at this point in the history
…pipeline

use latest node 18 at test pipeline
  • Loading branch information
iambumblehead authored Oct 17, 2023
2 parents 1d46a85 + 5a94911 commit cf305cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.16.x, 20.x, 21.x]
node-version: [16.x, 18.x, 20.x, 21.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* 2.5.7 _pendng_
* [add node 21](https://github.com/iambumblehead/esmock/pull/257) to test pipeline
* [use latest node 18](https://github.com/iambumblehead/esmock/pull/258) at test pipeline
* 2.5.6 _Oct.15.2023_
* [update resolver](https://github.com/iambumblehead/esmock/pull/256) to latest version, [resolves a resolution error](https://github.com/iambumblehead/resolvewithplus/releases/tag/v2.0.9) that seems to have been introduced by a previous update from the past week.
* 2.5.5 _Oct.14.2023_
Expand Down

0 comments on commit cf305cb

Please sign in to comment.