Skip to content

Commit

Permalink
Merge pull request #15 from moneyforward/add-support-for-nodejs-12-14
Browse files Browse the repository at this point in the history
  • Loading branch information
kimromi committed Oct 12, 2021
2 parents 65e0cfe + 77446ab commit 640139f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: test
on: pull_request
jobs:
test:
strategy:
matrix:
node: [12.x, 14.x, 16.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: ${{ matrix.node }}
- run: |
npm install --silent
npm run lint
Expand Down

0 comments on commit 640139f

Please sign in to comment.