Skip to content

Commit

Permalink
ci: update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 20, 2023
1 parent c23a76e commit 105a8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
node-version:
- 16.15.1
- 18.x
- 19.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,8 +25,8 @@ jobs:
strategy:
matrix:
node-version:
- 16.15.1
- 18.x
- 19.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 105a8e4

Please sign in to comment.