Skip to content

Commit ddc486e

Browse files
committed
[ci] Test on node 18
1 parent e63562c commit ddc486e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node:
1818
- 14
1919
- 16
20+
- 18
2021
os:
2122
- macos-latest
2223
- ubuntu-latest
@@ -26,6 +27,9 @@ jobs:
2627
os: macos-latest
2728
- arch: x86
2829
os: ubuntu-latest
30+
- arch: x86
31+
node: 18
32+
os: windows-latest
2933
steps:
3034
- uses: actions/checkout@v3
3135
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)