Skip to content

Commit

Permalink
.github: test using Node.js 19.0
Browse files Browse the repository at this point in the history
Until nock/nock#2414 is fixed.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
  • Loading branch information
kevinoid committed Nov 17, 2022
1 parent 1255ea1 commit 2ddb9a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
#
# Support for "current"/"latest"/"node" was added in v3.2.0
# https://github.com/actions/setup-node/pull/483
node-version: latest
node-version: '19.0'
architecture: x64
check-latest: true
- name: Display Node.js version
Expand Down Expand Up @@ -89,12 +89,12 @@ jobs:
- windows-latest
node:
- '14.18'
- latest
- '19.0'
exclude:
# Exclude os/version already run in test-primary
- arch: x64
os: ubuntu-latest
node: latest
node: '19.0'
steps:
- uses: actions/checkout@v3
- name: Set up Node.js ${{ matrix.node }}
Expand Down

0 comments on commit 2ddb9a3

Please sign in to comment.