mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-23 16:08:05 +03:00
remove reduntant comment
This commit is contained in:
parent
1364035bf3
commit
de612ec12c
4 changed files with 2 additions and 4 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node 12
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12.x
|
||||
- run: npm ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue