mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-11 00:02:15 +08:00
Update nodejs.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user