Skip to content

Commit

Permalink
Merge pull request #486 from XmiliaH/update-node
Browse files Browse the repository at this point in the history
Update test workflow
  • Loading branch information
XmiliaH authored Nov 22, 2022
2 parents 62062ad + ef55c5c commit 9624295
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8, 10, 12, 14, 16, 17]
node-version: [8, 10, 12, 14, 16, 18, 19]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand All @@ -24,9 +24,9 @@ jobs:
testv6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 6
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 6
- name: Install dependencies
Expand Down

0 comments on commit 9624295

Please sign in to comment.