We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6450a commit 0e68c29Copy full SHA for 0e68c29
.github/workflows/pull-request.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
13
uses: actions/[email protected]
14
- name: Set up Node
15
- uses: actions/setup-node@v2.1.4
+ uses: actions/setup-node@v2.5.0
16
with:
17
node-version: "lts/*"
18
cache: "yarn"
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
19
20
21
22
23
0 commit comments