Skip to content

Commit 6f37d49

Browse files
chore(): update node to v19 (#3139)
* chore(): update node to v19 * chore(): rename status check * chore: trigger rebuild --------- Co-authored-by: Sean Perkins <[email protected]>
1 parent e047652 commit 6f37d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on: [pull_request]
88

99
jobs:
1010
test:
11-
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
11+
name: Test on ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
node_version: [16]
15+
node_version: [19]
1616
os: [windows-latest, macOS-latest]
1717

1818
steps:

0 commit comments

Comments
 (0)