Skip to content

Commit f34b970

Browse files
committed
Test on Node 18 and drop EOL Node 10
Updated lock-file to fix npm/cli#4859.
1 parent 9bff03f commit f34b970

File tree

4 files changed

+14736
-18081
lines changed

4 files changed

+14736
-18081
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
operating-system: ['ubuntu-latest', 'windows-latest']
3535
# https://nodejs.org/en/about/releases/
36-
node-version: ['10', '12', '14', '16', '17']
36+
node-version: ['12', '14', '16', '18']
3737

3838
steps:
3939
- name: Checkout
@@ -53,8 +53,6 @@ jobs:
5353
run: npm run test
5454

5555
- name: Test (Integration)
56-
# https://github.com/webpack/webpack/issues/14532
57-
if: ${{ matrix.node-version != '17' }}
5856
run: |
5957
cd ./tests/integration/rollup-test && ./test.sh && cd -
6058
cd ./tests/integration/webpack-babel-test && ./test.sh && cd -

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Supported Environments
8181

8282
Handlebars has been designed to work in any ECMAScript 3 environment. This includes
8383

84-
- Node.js 10+
84+
- Node.js 12+
8585
- Chrome
8686
- Firefox
8787
- Safari 5+

0 commit comments

Comments
 (0)