Skip to content

Commit f0536dc

Browse files
committed
ci: test using Node.js 18
1 parent b3f63ec commit f0536dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
test:
4141
strategy:
4242
matrix:
43-
# Test with Node.js v12 (LTS), v14 (LTS), v16 (LTS), and 17 (Current)
43+
# Test with Node.js v12 (LTS), v14 (LTS), v16 (LTS), and 18 (Current)
4444
node:
4545
- 12
4646
- 14
4747
- 16
48-
- 17
48+
- 18
4949
# Test with Ubuntu, macOS, and Windows
5050
os:
5151
- ubuntu-latest

0 commit comments

Comments
 (0)