Skip to content

Commit

Permalink
Merge pull request #40 from elastic/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
JoshMock authored Oct 28, 2024
2 parents 2ef4b34 + 147ddae commit 3311a1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -34,10 +34,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Use Node.js 22.x
uses: actions/setup-node@v4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22.x

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"homepage": "https://github.com/elastic/elasticsearch-js-mock#readme",
"devDependencies": {
"@elastic/elasticsearch": "^8.1.0",
"ava": "^4.1.0",
"node-abort-controller": "^3.0.1",
"nyc": "^15.1.0",
"standard": "^16.0.4",
"tsd": "^0.19.1"
"@elastic/elasticsearch": "8.15.1",
"ava": "4.3.3",
"node-abort-controller": "3.1.1",
"nyc": "15.1.0",
"standard": "16.0.4",
"tsd": "0.19.1"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down

0 comments on commit 3311a1f

Please sign in to comment.