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 12b3910 commit ab6688aCopy full SHA for ab6688a
.github/workflows/bump-version.yml
@@ -23,10 +23,10 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- name: Checkout Code
26
- - uses: actions/checkout@v2
+ uses: actions/checkout@v2
27
28
- name: Set up Node.js
29
- - uses: actions/setup-node@v1
+ uses: actions/setup-node@v1
30
with:
31
node-version: 12
32
registry-url: https://registry.npmjs.org/
@@ -44,10 +44,10 @@ jobs:
44
45
46
47
48
49
50
51
52
53
registry-url: https://npm.pkg.github.com/
0 commit comments