Skip to content

Commit

Permalink
fix: bump node version in circle and update container
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 5, 2022
1 parent 5b2a179 commit f1d596a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -25,7 +25,7 @@ aliases:
defaults: &defaults
working_directory: ~/project
docker:
- image: circleci/node:14.17.5
- image: cimg/node:16.17.0
jobs:
test:
<<: *defaults
Expand Down

0 comments on commit f1d596a

Please sign in to comment.