Skip to content

Commit

Permalink
admin: update CI tests to use supported node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Feb 24, 2024
1 parent fa5f647 commit 555f16c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 12.x, 14.x, 16.x ]
node-version: [ 18.x, 20.x ]

steps:
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x

- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x

- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 555f16c

Please sign in to comment.