Skip to content

Commit beae671

Browse files
committed
chore(release): update Node.js version and remove npm global install step
1 parent 555705a commit beae671

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22
34+
node-version: 22.14.0
3535
registry-url: https://npm.pkg.github.com
3636

3737
- name: Install dependencies
@@ -76,6 +76,5 @@ jobs:
7676

7777
- name: Publish to npm (trusted publishing / OIDC)
7878
run: |
79-
npm install -g npm@latest
8079
npm config set @ensembleui:registry https://registry.npmjs.org
8180
npm publish --registry=https://registry.npmjs.org --provenance

0 commit comments

Comments
 (0)