Skip to content

Commit 97131bc

Browse files
committedAug 19, 2022
build: Node.js@18.7
1 parent 8d98e86 commit 97131bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
node-version: "17.9"
107107

108108
- name: Node.js 18.x
109-
node-version: "18.1"
109+
node-version: "18.7"
110110

111111
steps:
112112
- uses: actions/checkout@v2

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ environment:
1919
- nodejs_version: "15.14"
2020
- nodejs_version: "16.17"
2121
- nodejs_version: "17.9"
22-
- nodejs_version: "18.1"
22+
- nodejs_version: "18.7"
2323
cache:
2424
- node_modules
2525
install:

0 commit comments

Comments
 (0)
Please sign in to comment.