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 a1b78ff commit c87e440Copy full SHA for c87e440
.github/workflows/auto-update.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
token: ${{ secrets.UPDATE_PAT }}
17
- name: Setup Node.js environment
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
19
20
node-version: "12"
21
- name: npm update
0 commit comments