Skip to content

Commit

Permalink
Move to node 18.x given EOL of 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMCornelius committed Apr 23, 2024
1 parent 4f14d38 commit 2eda8b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/node:16
- image: circleci/node:18

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
token: d37b4f28-c0ae-4546-81c9-0487a264db20
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"module": "dist/esm/index.js",
"type": "module",
"sideEffects": false,
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.4",
"highlight.js": "^11.9.0",
Expand Down

0 comments on commit 2eda8b0

Please sign in to comment.