Skip to content

Commit fcb3669

Browse files
committed
Update to node 20/22
1 parent a4dddb8 commit fcb3669

6 files changed

+381
-199
lines changed

.github/workflows/get-feedback.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
#checkout the update-translations branch if it exists and rebase it against main
1515

16-
- name: Use Node.js 18.x
16+
- name: Use Node.js 20.x
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
cache: 'npm'
2121

2222
- name: Cache .aicache

.github/workflows/update-jsonld.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- name: Use Node.js 18.x
12+
- name: Use Node.js 20.x
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 18.x
15+
node-version: 20.x
1616
cache: 'npm'
1717

1818

.github/workflows/update-localization.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Use Node.js 18.x
13+
- name: Use Node.js 20.x
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 18.x
16+
node-version: 20.x
1717
cache: 'npm'
1818

1919
- name: Cache .aicache

.github/workflows/update-translations.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
#checkout the update-translations branch if it exists and rebase it against main
1515

16-
- name: Use Node.js 18.x
16+
- name: Use Node.js 20.x
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
cache: 'npm'
2121

2222
- name: Cache .aicache

0 commit comments

Comments
 (0)