We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc68572 commit 21787d9Copy full SHA for 21787d9
.github/workflows/push.yml
@@ -12,9 +12,9 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v2
14
- name: Setup
15
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
16
with:
17
- node-version: '10.x'
+ node-version: '16.x'
18
- uses: actions/cache@v1
19
id: yarn-cache
20
@@ -45,9 +45,9 @@ jobs:
45
46
47
48
49
50
51
52
53
0 commit comments