Skip to content

Commit 23b44b3

Browse files
committed
build: support Node.js 21.6.2
1 parent b9fea12 commit 23b44b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
node-version: "20.11"
119119

120120
- name: Node.js 21.x
121-
node-version: "21.6.1"
121+
node-version: "21.6.2"
122122

123123
steps:
124124
- uses: actions/checkout@v4

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222
- nodejs_version: "18.19"
2323
- nodejs_version: "19.9"
2424
- nodejs_version: "20.11"
25-
- nodejs_version: "21.6.1"
25+
- nodejs_version: "21.6.2"
2626
cache:
2727
- node_modules
2828
install:

0 commit comments

Comments
 (0)