Skip to content

Commit

Permalink
Fix node version in circleci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhannuspukki committed Dec 8, 2020
1 parent a792a31 commit 1c54ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

executor:
name: node/default
tag: "12.10"
tag: "15.3.0"
steps:
- checkout
- node/install-packages:
Expand Down

0 comments on commit 1c54ad4

Please sign in to comment.