Skip to content

Commit

Permalink
Merge pull request #272 from mcm1957/patch-1
Browse files Browse the repository at this point in the history
Update test.yml - add node 20.x
  • Loading branch information
holomekc authored Dec 18, 2023
2 parents 62d18a9 + cb2ee72 commit 5c3c68d
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 @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 16.x, 18.x, 20.x]
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
Expand All @@ -52,4 +52,4 @@ jobs:
os: ${{ matrix.os }}
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
build: true
build: true

0 comments on commit 5c3c68d

Please sign in to comment.