Skip to content

Commit

Permalink
Merge pull request #392 from marp-team/upgrade-nodejs
Browse files Browse the repository at this point in the history
Upgrade development Node.js to v20 LTS
  • Loading branch information
yhatt authored May 17, 2024
2 parents bb6fc7a + c883b8e commit 344c534
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
test-node18:
executor:
name: node
version: '18.17.1' # Specify LTS version for development
version: '18.20'
steps:
- prepare
- lint
Expand All @@ -105,7 +105,16 @@ jobs:
test-node20:
executor:
name: node
version: '20.8'
version: '20.13.1' # Specify LTS version for development
steps:
- prepare
- lint
- test

test-node22:
executor:
name: node
version: '22.2'
steps:
- prepare
- lint
Expand All @@ -121,3 +130,6 @@ workflows:
- test-node20:
requires:
- audit
- test-node22:
requires:
- audit
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.13.1
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
### Changed

- Switch package manager from yarn to npm ([#391](https://github.com/marp-team/marpit/pull/391))
- Upgrade development Node.js to v20 LTS ([#392](https://github.com/marp-team/marpit/pull/392))

### Removed

Expand Down

0 comments on commit 344c534

Please sign in to comment.