Skip to content

Commit

Permalink
Test with Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylinski committed May 16, 2023
1 parent e668696 commit b4a54ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npm ci
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest']
# https://nodejs.org/en/about/releases/
node-version: ['12', '14', '16', '18']
node-version: ['12', '14', '16', '18', '20']

steps:
- name: Checkout
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit b4a54ad

Please sign in to comment.