mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-21 00:23:02 +08:00
Update nodejs.yml
This commit is contained in:
parent
c786c169f6
commit
76e6a29a36
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
@ -15,10 +15,11 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use latest Node.js
|
||||
- name: Use Node.js ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: latest
|
||||
node-version: ${{ matrix.node_version }}
|
||||
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install -g codecov
|
||||
|
Loading…
Reference in New Issue
Block a user