fixed syntax
This commit is contained in:
parent
b0594757b5
commit
ff4f8325dd
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: nodejs installation
|
- name: nodejs installation
|
||||||
- run: pacman -Syu nodejs --noconfirm
|
run: pacman -Syu nodejs --noconfirm
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Configure Git user
|
- name: Configure Git user
|
||||||
|
|
Loading…
Add table
Reference in a new issue