Skip to content

Commit 1eb8112

Browse files
author
Dan Clayton
committed
chore: setup Node.js for NPM in CI workflow
1 parent 6162a88 commit 1eb8112

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838

3939
- name: Build
4040
run: bun run build
41+
42+
- name: Setup Node.js for NPM
43+
uses: actions/setup-node@v4
44+
with:
45+
node-version: '24'
46+
registry-url: 'https://registry.npmjs.org'
4147

4248
- name: Create Release Pull Request or Publish to NPM
4349
id: changesets

0 commit comments

Comments
 (0)