Skip to content

Commit

Permalink
Update actions to Node 22 (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Jan 8, 2025
1 parent 29dd923 commit 5f8b55f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
node-version: 22
- name: Install dependencies
run: npm ci
- name: Build for production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
node-version: 22
- name: Install dependencies
run: npm ci
- name: Download translations
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
node-version: 22
- name: Install dependencies
run: npm ci
- name: Format
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
node-version: 22
- name: Install dependencies
run: npm ci
- name: Format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
node-version: 22
- name: Install dependencies
run: npm ci
- name: Upload translations
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 5f8b55f

Please sign in to comment.