Skip to content

Commit

Permalink
Update Node.js version to 22.11.0 in workflow configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Jan 14, 2025
1 parent 8129dce commit 4831909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdn.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '22'
node-version: 22.11.0
- name: Install dependencies
working-directory: ./cdn
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 22.x
node-version: 22.11.0

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js 22
uses: actions/setup-node@v3
with:
node-version: 22
node-version: 22.11.0

- name: Installing packages
run: npm ci
Expand Down

0 comments on commit 4831909

Please sign in to comment.