Skip to content

Commit 213a60a

Browse files
fix: update NODE_VERSION to 22.22.2 in workflow files
1 parent 77ec72b commit 213a60a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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)