Skip to content

Commit

Permalink
Merge pull request #51 from christopherpickering/master
Browse files Browse the repository at this point in the history
chore(11ty): update 11ty dependancy version list to include 2.0.0
  • Loading branch information
nunof07 authored Feb 20, 2023
2 parents e5e83fa + b27d2a4 commit 797b83a
Show file tree
Hide file tree
Showing 6 changed files with 3,140 additions and 3,561 deletions.
8 changes: 7 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
"id-length": ["error", { "exceptions": ["t"] }]
}
}
]
],
"rules": {
"import/extensions": [
"error",
"never"
]
}
}
9 changes: 6 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ jobs:
test:
name: Test
runs-on: ubuntu-20.04
strategy:
matrix:
node: [ 12, 14, 16, 18, 19 ]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
- name: Test
Expand Down
Loading

0 comments on commit 797b83a

Please sign in to comment.