Skip to content

Commit

Permalink
ci: use node v16.13.1 docker image, mark it as required in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
asapzacy committed Apr 29, 2022
1 parent 86ff4f5 commit 34fa88e
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -2,7 +2,7 @@

defaults: &defaults
docker:
- image: circleci/node:11
- image: cimg/node:16.13.1
working_directory: ~/uxscoreboard
environment:
BUILD_DIR: ./dist
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Zac Arellano",
"license": "MIT",
"engines": {
"node": ">=11.0.0",
"node": "16.13.1",
"yarn": ">=1.13.0"
},
"repository": {
Expand Down

0 comments on commit 34fa88e

Please sign in to comment.