Skip to content

Commit

Permalink
Test on Node 18 and drop EOL Node 10
Browse files Browse the repository at this point in the history
Updated lock-file to fix npm/cli#4859.

Updated integration-tests to webpack 5 to fix
webpack/webpack#14532.
  • Loading branch information
jaylinski committed May 17, 2022
1 parent 9bff03f commit 2670e73
Show file tree
Hide file tree
Showing 7 changed files with 14,757 additions and 18,116 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest']
# https://nodejs.org/en/about/releases/
node-version: ['10', '12', '14', '16', '17']
node-version: ['12', '14', '16', '18']

steps:
- name: Checkout
Expand All @@ -53,8 +53,6 @@ jobs:
run: npm run test

- name: Test (Integration)
# https://github.com/webpack/webpack/issues/14532
if: ${{ matrix.node-version != '17' }}
run: |
cd ./tests/integration/rollup-test && ./test.sh && cd -
cd ./tests/integration/webpack-babel-test && ./test.sh && cd -
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -81,7 +81,7 @@ Supported Environments

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

- Node.js 10+
- Node.js 12+
- Chrome
- Firefox
- Safari 5+
Expand Down

0 comments on commit 2670e73

Please sign in to comment.