Skip to content

Commit 69ad1ce

Browse files
committed
build: support Node.js 20.11.1
1 parent 6dc18f9 commit 69ad1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
node-version: "19.7"
115115

116116
- name: Node.js 20.x
117-
node-version: "20.11"
117+
node-version: "20.11.1"
118118
steps:
119119
- uses: actions/checkout@v3
120120

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ environment:
2121
- nodejs_version: "17.9"
2222
- nodejs_version: "18.15"
2323
- nodejs_version: "19.7"
24-
- nodejs_version: "20.11"
24+
- nodejs_version: "20.11.1"
2525
cache:
2626
- node_modules
2727
install:

0 commit comments

Comments
 (0)