Skip to content

Commit 6aa382d

Browse files
committed
chore(ci): set up explicit node version
#73 (comment)
1 parent 87e7478 commit 6aa382d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
fetch-depth: 0
20+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
21+
with:
22+
node-version: 22
23+
check-latest: true
24+
cache: npm
2025
- name: Install dependencies
2126
run: npm ci
2227
- name: Release

0 commit comments

Comments
 (0)