Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Mar 21, 2023
1 parent d31827f commit bd5c79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ references:
working_directory: ~/addons-linter
docker:
# This is the NodeJS version we run in production.
- image: cimg/node:14.21
- image: cimg/node:16.19

defaults-next: &defaults-next
<<: *defaults
docker:
# This is the next NodeJS version we will support.
- image: cimg/node:16.19
- image: cimg/node:18.15

defaults-alternate: &defaults-alternate
<<: *defaults
Expand Down

1 comment on commit bd5c79f

@willdurand
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sigh. I didn't want to commit this right away... I was actually writing a commit message when I press the wrong key on my keyboard :/

Please sign in to comment.