Skip to content

Commit

Permalink
Fix CI: npm ERR! Unexpected token '.'
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Feb 17, 2022
1 parent 7d0aeee commit ca0bfba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
- name: Use Node.js ${{matrix.node}}
uses: actions/setup-node@v2
with:
node-version: ${{matrix.node}}
- run: npm install -g npm
#cache: npm
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v1
Expand All @@ -22,4 +23,4 @@ jobs:
- windows-latest
node:
- lts/erbium
- node
- 17 # https://github.com/actions/setup-node/pull/279

0 comments on commit ca0bfba

Please sign in to comment.