Skip to content

Commit

Permalink
Merge pull request #95 from snyk/chore/bump-node-for-release
Browse files Browse the repository at this point in the history
chore(ci): use Node 14 for release step
  • Loading branch information
JackuB committed Jun 23, 2021
2 parents c47d0e4 + 80d1d6b commit 01eaab9
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 @@ -237,7 +237,7 @@ workflows:
- release:
name: Release
context: nodejs-app-release
node_version: "8"
node_version: "14"
filters:
branches:
only:
Expand Down

0 comments on commit 01eaab9

Please sign in to comment.