Skip to content

Commit 2ddb9a3

Browse files
committed
.github: test using Node.js 19.0
Until nock/nock#2414 is fixed. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent 1255ea1 commit 2ddb9a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
#
4343
# Support for "current"/"latest"/"node" was added in v3.2.0
4444
# https://github.com/actions/setup-node/pull/483
45-
node-version: latest
45+
node-version: '19.0'
4646
architecture: x64
4747
check-latest: true
4848
- name: Display Node.js version
@@ -89,12 +89,12 @@ jobs:
8989
- windows-latest
9090
node:
9191
- '14.18'
92-
- latest
92+
- '19.0'
9393
exclude:
9494
# Exclude os/version already run in test-primary
9595
- arch: x64
9696
os: ubuntu-latest
97-
node: latest
97+
node: '19.0'
9898
steps:
9999
- uses: actions/checkout@v3
100100
- name: Set up Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)