This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/test by this push:
     new 0330bcc  fixes error in Actions workflow
0330bcc is described below

commit 0330bcc8e007906585d374f71d4459a748e1da1e
Author: poorejc <[email protected]>
AuthorDate: Mon Feb 1 21:34:44 2021 -0500

    fixes error in Actions workflow
---
 .github/workflows/node.js.yml | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index cf3a4b6..0e4a0d6 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -20,13 +20,10 @@ jobs:
         # See supported Node.js release schedule at 
https://nodejs.org/en/about/releases/
 
     steps:
-    - mame: checkout
-      uses: actions/checkout@v2
-    - name: Use Node.js ${{ matrix.node-version }}
-      uses: actions/setup-node@v1
-      with:
-        node-version: ${{ matrix.node-version }}
-    - name: install dependencies
-      run: npm ci
-    - name: build userale.js
-    - run: npm run test
+      - uses: actions/checkout@v2
+      - name: Use Node.js ${{ matrix.node-version }}
+        uses: actions/setup-node@v1
+        with:
+          node-version: ${{ matrix.node-version }}
+      - run: npm ci
+      - run: npm run test
\ No newline at end of file

Reply via email to