Skip to content

Commit 79681be

Browse files
committed
build: Node.js@15.8
1 parent 0e32d22 commit 79681be

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
@@ -100,7 +100,7 @@ jobs:
100100
npm-i: browserify@15
101101

102102
- name: Node.js 15.x
103-
node-version: "15.3"
103+
node-version: "15.8"
104104
npm-i: browserify@15
105105

106106
steps:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
- nodejs_version: "12.20"
1818
- nodejs_version: "13.14"
1919
- nodejs_version: "14.15"
20-
- nodejs_version: "15.3"
20+
- nodejs_version: "15.8"
2121
cache:
2222
- node_modules
2323
install:

0 commit comments

Comments
 (0)