Skip to content

Commit 8ed5720

Browse files
committed
Merge branch 'main' of github.com:apollo-server-integrations/apollo-server-integration-hapi
2 parents 1a37b50 + 2c3f777 commit 8ed5720

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
node: circleci/node@5.3.0
4+
node: circleci/node@7.1.1
55

66
commands:
77
install-volta:

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v5
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@hapi/hapi": "^20.2.2 || ^21.0.0"
6161
},
6262
"volta": {
63-
"npm": "9.9.4",
63+
"npm": "11.6.0",
6464
"node": "18.20.8"
6565
}
6666
}

0 commit comments

Comments
 (0)