Skip to content

Commit

Permalink
Bump Node.js LTS to v18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 23, 2023
1 parent d52a292 commit a52ca5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ executors:
default: false
version:
type: string
default: '18.17.0' # Specify LTS major and minor for development
default: '18.18.0' # Specify LTS major and minor for development
docker:
- image: cimg/node:<< parameters.version >><<# parameters.browser >>-browsers<</ parameters.browser >>
working_directory: ~/marp-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
node-version:
- '^16.18.1'
- '18.17.0'
- '18.18.0'

steps:
# - name: Output concurrency group
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
18.18.0

0 comments on commit a52ca5c

Please sign in to comment.