Skip to content

Commit

Permalink
ci(gh-actions): Drop support Node.js v10, v12 and v15; Add Node.js v1…
Browse files Browse the repository at this point in the history
…6, v18 and v19
  • Loading branch information
VovanR committed Nov 15, 2022
1 parent 00a04c4 commit d548ed4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
strategy:
matrix:
node-version:
- 15
- 19
- 18
- 16
- 14
- 12
- 10
steps:
- name: Check out the repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit d548ed4

Please sign in to comment.