Skip to content

Commit c7956e8

Browse files
authored
chore: update Node.js version in push.yml
1 parent b69ffdf commit c7956e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: '10.x'
13+
node-version: '12.x'
1414
- uses: actions/cache@v1
1515
id: yarn-cache
1616
with:
@@ -47,4 +47,4 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
50-
if: always()
50+
if: always()

0 commit comments

Comments
 (0)