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 0053418 commit 8036fd8Copy full SHA for 8036fd8
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v3
12
13
- name: Use Node 12
14
- uses: actions/setup-node@v2.5.1
+ uses: actions/setup-node@v3.1.1
15
with:
16
node-version: 12.x
17
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
18
19
- name: Setup Node.js 12.x
20
21
22
23
0 commit comments