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 2c3ffb9 commit 70cf9fbCopy full SHA for 70cf9fb
.github/workflows/push.yml
@@ -10,11 +10,11 @@ jobs:
10
GITHUB_CONTEXT: ${{ toJson(github) }}
11
run: echo "$GITHUB_CONTEXT"
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
- name: Setup
15
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
16
with:
17
- node-version: '10.x'
+ node-version: 18
18
- uses: actions/cache@v1
19
id: yarn-cache
20
@@ -37,11 +37,11 @@ jobs:
37
- 27017:27017
38
steps:
39
40
41
42
43
44
45
46
47
0 commit comments