Skip to content

Commit

Permalink
chore(deps): deps update, ci fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-Bernardito committed May 18, 2021
1 parent 7138c50 commit c3c6ad0
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 345 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js ${{ env.node-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ env.node-version }}
node-version: ${{ matrix.node-version }}

- name: Use latest NPM
run: sudo npm i -g npm
Expand Down

0 comments on commit c3c6ad0

Please sign in to comment.