Skip to content

Commit

Permalink
Merge pull request #258 from iambumblehead/add-node-21-to-test-pipeline
Browse files Browse the repository at this point in the history
add node 21 to test pipeline
  • Loading branch information
iambumblehead authored Oct 17, 2023
2 parents 7466344 + 6da00e4 commit 1d46a85
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
# - run: npm install -g npm@latest
- run: npm install
- run: npm run build --if-present
- run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: lint
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: 20
- run: npm install
- run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: npm package
name: publish

on:
release:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: test

on:
push:
Expand All @@ -13,10 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# node-14's npm must be updated, but no longer updatable due to:
# https://github.com/npm/cli/issues/2663
# because of this, node-14 test strategy is removed :(
node-version: [16.x, 18.16.x, 20.x]
node-version: [16.x, 18.16.x, 20.x, 21.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# changelog

* 2.5.7 _pendng_
* [add node 21](https://github.com/iambumblehead/esmock/pull/257) to 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 1d46a85

Please sign in to comment.