Skip to content

Commit

Permalink
Merge pull request #73 from yads/support-express-handlebars-8
Browse files Browse the repository at this point in the history
Support express handlebars 8
  • Loading branch information
yads authored Sep 11, 2024
2 parents c00450a + 74ec9fe commit 57d952d
Show file tree
Hide file tree
Showing 13 changed files with 148,392 additions and 231 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/node.js.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Tests
on:
push:
branches:
- master
paths-ignore: ['*.md']
pull_request:
branches:
- master
paths-ignore: ['*.md']
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.x', '22.x']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn test
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.17.0
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 57d952d

Please sign in to comment.