Skip to content

Commit 3a9b71b

Browse files
authored
Merge pull request #256 from michalochman/bugfix/node-16-circle
Update node version on CircleCI to 16.15.1
2 parents 1e0e0d2 + 67e5f13 commit 3a9b71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:10.24.1
5+
- image: cimg/node:16.15.1
66

77
working_directory: ~/react-pixi-fiber
88

0 commit comments

Comments
 (0)