Skip to content

Commit

Permalink
Merge pull request #102 from LandRegistry/mash/dependencies
Browse files Browse the repository at this point in the history
Resolve dependency conflicts
  • Loading branch information
avflay authored Sep 10, 2024
2 parents a58f503 + bcfe9b8 commit ce6504e
Show file tree
Hide file tree
Showing 6 changed files with 6,364 additions and 12,960 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
ENVIRONMENT: production

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
1 change: 0 additions & 1 deletion lib/extract-page-headings/index.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const metalsmith = require('metalsmith')
const plugin = require('./index.js')

Expand Down
1 change: 0 additions & 1 deletion lib/metalsmith-lunr-index/index.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const metalsmith = require('metalsmith')
const lunr = require('lunr')
const plugin = require('./index.js')
Expand Down
Loading

0 comments on commit ce6504e

Please sign in to comment.