Skip to content

Commit 7d49599

Browse files
committed
formatting
1 parent 4e4ca9b commit 7d49599

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nodejs-setup-project.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ push:
1212
1313
3. It specifies the Node.js version that will be used for building your project:
1414
```yml
15-
- name: Set up Node.Js
16-
uses: actions/setup-node@v2
17-
with:
18-
node-version: '17.3.0'
15+
- name: Set up Node.Js
16+
uses: actions/setup-node@v2
17+
with:
18+
node-version: '17.3.0'
1919
```
2020
2121
4. The project's release version is obtained from your plugin.json automatically by the ci, so when built it will be appended to the zip file later:

0 commit comments

Comments
 (0)