Skip to content

Commit

Permalink
test for new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maartyman committed Nov 19, 2023
1 parent d938b8f commit 9e65dec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
os: [ubuntu-latest]
node-version:
- 16.x
- 18.x
- 20.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -58,7 +60,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
- name: Check out repository
uses: actions/checkout@v3
- name: Load cache
Expand All @@ -80,7 +82,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
- name: Check out repository
uses: actions/checkout@v3
- name: Load cache
Expand Down

0 comments on commit 9e65dec

Please sign in to comment.