Skip to content

Commit b4be280

Browse files
ci: node.js v17 (#868)
1 parent aa9ff21 commit b4be280

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
strategy:
103103
matrix:
104104
os: [ubuntu-latest, windows-latest, macos-latest]
105-
node-version: [12.x, 14.x, 16.x]
105+
node-version: [12.x, 14.x, 16.x, 17.x]
106106

107107
runs-on: ${{ matrix.os }}
108108

test/cases/chunkFilename-fullhash/expected/webpack-5/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ __webpack_require__.r(__webpack_exports__);
7575
/******/
7676
/******/ /* webpack/runtime/getFullHash */
7777
/******/ (() => {
78-
/******/ __webpack_require__.h = () => ("74d459010804de3dd29d")
78+
/******/ __webpack_require__.h = () => ("4119f46f7fa72336b928")
7979
/******/ })();
8080
/******/
8181
/******/ /* webpack/runtime/global */

0 commit comments

Comments
 (0)