Skip to content

Commit

Permalink
Update node to v18.19
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw committed Feb 6, 2024
1 parent d17adb3 commit ec8662e
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 @@ -3,7 +3,7 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:18.16
- image: cimg/node:18.19
base:
docker:
- image: cimg/base:stable
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16
18.19
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
clone_depth: 5
environment:
nodejs_version: '18.16'
nodejs_version: '18.19'
platform: x64 # flow needs 64b platforms

branches:
Expand Down

1 comment on commit ec8662e

@bodeabdol

This comment was marked as off-topic.

Please sign in to comment.