Skip to content

Commit 75ffdff

Browse files
committed
Test on Node 20
1 parent d213276 commit 75ffdff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: .github/workflows/npm-test.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,19 @@ jobs:
1313
- macos-latest
1414
- windows-latest
1515
node_version:
16-
- 16
17-
- 18
1816
- 20
1917
architecture:
2018
- x64
2119
# an extra windows-x86 run:
2220
include:
2321
- os: windows-latest
24-
node_version: 16
22+
node_version: 20
2523
architecture: x86
2624
name: Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on ${{ matrix.os }}
2725
steps:
28-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2927
- name: Setup node
30-
uses: actions/setup-node@v2
28+
uses: actions/setup-node@v4
3129
with:
3230
node-version: ${{ matrix.node_version }}
3331
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)