Skip to content

Commit bf037ed

Browse files
fix: update npm version to 12 in publish action (#1633)
2 parents e0a3e37 + 213a60a commit bf037ed

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/npm-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626

2727
- name: Update npm
2828
shell: bash
29-
run: npm install -g npm@11
29+
run: npm install -g npm@12
3030

3131
- name: Install dependencies
3232
if: inputs.require-build == 'true'

.github/workflows/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
2020

2121
env:
22-
NODE_VERSION: 22
22+
NODE_VERSION: 22.22.2
2323
CACHE_KEY: '${{ github.event.pull_request.head.sha || github.ref }}-${{ github.run_id }}-${{ github.run_attempt }}'
2424

2525
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release:
1919
uses: ./.github/workflows/npm-release.yml
2020
with:
21-
node-version: 22
21+
node-version: 22.22.2
2222
require-build: true
2323
secrets:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
1919

2020
env:
21-
NODE_VERSION: 22
21+
NODE_VERSION: 22.22.2
2222
CACHE_KEY: '${{ github.ref }}-${{ github.run_id }}-${{ github.run_attempt }}'
2323

2424
jobs:

0 commit comments

Comments
 (0)