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 f5ef802
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
matrix:
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 +59,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 +81,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 f5ef802

Please sign in to comment.