Skip to content

Commit

Permalink
chore: update job
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jun 16, 2021
1 parent 5f60993 commit 2771332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v1
- name: ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: install, lint, and test
Expand Down

0 comments on commit 2771332

Please sign in to comment.