Skip to content

Commit c5694b7

Browse files
committed
chore: update Node.js version in GitHub Actions workflow
- Changed the Node.js version from 20 to 22 in the upload-to-blob.yml workflow for improved compatibility and performance.
1 parent e74e558 commit c5694b7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/upload-to-blob.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ jobs:
4545
- name: Checkout repository
4646
uses: actions/checkout@v4
4747

48-
- name: Setup Node.js
49-
uses: actions/setup-node@v4
48+
- uses: actions/checkout@v4
49+
- uses: actions/setup-node@v4
5050
with:
51-
node-version: "20"
52-
cache: "npm"
51+
node-version: 22
5352

5453
- name: Install dependencies
5554
run: npm ci

0 commit comments

Comments
 (0)