Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
Updating node version to solve issues on build.

Ref: tailwindlabs/tailwindcss#2810
  • Loading branch information
ezequieltejada authored Feb 6, 2021
1 parent aed5c86 commit b019243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v1
- uses: actions/setup-node@v1 #this installs node and npm for us
with:
node-version: '10.x'
node-version: '14.15.4'
- uses: actions/cache@v1 # this allows for re-using node_modules caching, making builds a bit faster.
with:
path: ~/.npm
Expand Down

0 comments on commit b019243

Please sign in to comment.