Skip to content

Commit

Permalink
Merge pull request #2412 from carbon-design-system/update-deploy-job
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
vpicone authored Jun 17, 2021
2 parents 4a39130 + 24a0fec commit 4792b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
- name: Use Node.js 14.x
uses: actions/setup-node@v2-beta
with:
node-version: 12.x
node-version: 14.x

- name: Install packages
run: yarn install --frozen-lockfile --network-timeout 300000
Expand Down

1 comment on commit 4792b70

@vercel
Copy link

@vercel vercel bot commented on 4792b70 Jun 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.