Skip to content

Commit 4281905

Browse files
authored
Merge branch 'main' into jacksonweber/logger-sampling
2 parents b6ce618 + ded89b5 commit 4281905

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/peer-api.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@ permissions:
1313
jobs:
1414
peer-api-check:
1515
runs-on: ubuntu-latest
16-
container:
17-
image: node:24@sha256:34af25027ee1b8bffd482ba995ec1e577fbd398db87beb4c60b80c2c9c025127
1816
steps:
1917
- name: Checkout
2018
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2119

20+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
21+
with:
22+
cache: 'npm'
23+
cache-dependency-path: |
24+
package-lock.json
25+
node-version: '24'
26+
2227
- name: Install script dependencies
2328
run: npm ci --ignore-scripts
2429

0 commit comments

Comments
 (0)