Skip to content

Commit

Permalink
Merge pull request #559 from marp-team/test-against-node-20
Browse files Browse the repository at this point in the history
Added CI testing against Node.js v20
  • Loading branch information
yhatt authored Oct 28, 2023
2 parents 34a57fb + a0351ba commit 2c05beb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,15 @@ jobs:
- test:
browser: true

test-node20:
executor:
name: node
browser: true
version: '20.9'
steps:
- test:
browser: true

docker-build-latest:
executor: node
steps:
Expand Down Expand Up @@ -238,12 +247,16 @@ workflows:
- test-node18:
requires:
- audit
- test-node20:
requires:
- audit

# Docker (latest)
- docker-build-latest:
requires:
- test-node16
- test-node18
- test-node20
filters:
branches:
only: main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
node-version:
- '^16.18.1'
- '18.18.0'
- '^20.9.0'
include:
- node-version: '^16.18.1'
force: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- Upgrade dependent packages to the latest versions ([#557](https://github.com/marp-team/marp-cli/pull/557))
- Reflect the language defined in `lang` global directive to `<html>` element ([#542](https://github.com/marp-team/marp-cli/issues/542), [#558](https://github.com/marp-team/marp-cli/pull/558))

### Added

- CI testing against Node.js v20 ([#559](https://github.com/marp-team/marp-cli/pull/559))

### Fixed

- Enable PNG image transparency ([#555](https://github.com/marp-team/marp-cli/issues/555), [#556](https://github.com/marp-team/marp-cli/pull/556))
Expand Down

0 comments on commit 2c05beb

Please sign in to comment.