Skip to content

Commit

Permalink
fix: node build version set to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Polasek committed Nov 18, 2021
1 parent 2c5b93a commit 923b99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
NODE_ENV: production
NODE_VERSION: 15.x
NODE_VERSION: 14.x

jobs:
semantic-release:
Expand Down

0 comments on commit 923b99b

Please sign in to comment.