Skip to content

Commit 58e6f50

Browse files
authored
Merge pull request #1826 from dhensby/pulls/releases
ci: use node 22 for release process for trusted publishing
2 parents 5341bfc + 8ca0be7 commit 58e6f50

3 files changed

Lines changed: 4465 additions & 4253 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Setup Node.js
180180
uses: actions/setup-node@v6
181181
with:
182-
node-version: "18.x"
182+
node-version: "22.x"
183183
cache: 'npm'
184184
- name: Install dependencies
185185
run: npm clean-install

0 commit comments

Comments
 (0)