We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d213276 commit 75ffdffCopy full SHA for 75ffdff
.github/workflows/npm-test.yml
@@ -13,21 +13,19 @@ jobs:
13
- macos-latest
14
- windows-latest
15
node_version:
16
- - 16
17
- - 18
18
- 20
19
architecture:
20
- x64
21
# an extra windows-x86 run:
22
include:
23
- os: windows-latest
24
- node_version: 16
+ node_version: 20
25
architecture: x86
26
name: Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on ${{ matrix.os }}
27
steps:
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
29
- name: Setup node
30
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
31
with:
32
node-version: ${{ matrix.node_version }}
33
architecture: ${{ matrix.architecture }}
0 commit comments