nsarrazin HF staff commited on
Commit
4eb33c8
1 Parent(s): 0e5c445

Update Node.js version to 20 in CI (#564)

Browse files
.github/workflows/deploy-release.yml CHANGED
@@ -15,7 +15,7 @@ jobs:
15
  - uses: actions/checkout@v3
16
  - uses: actions/setup-node@v3
17
  with:
18
- node-version: "18"
19
  cache: "npm"
20
  - run: npm install ci
21
  - name: "Update DOTENV_LOCAL in prod"
 
15
  - uses: actions/checkout@v3
16
  - uses: actions/setup-node@v3
17
  with:
18
+ node-version: "20"
19
  cache: "npm"
20
  - run: npm install ci
21
  - name: "Update DOTENV_LOCAL in prod"
.github/workflows/lint-and-test.yml CHANGED
@@ -15,7 +15,7 @@ jobs:
15
 
16
  - uses: actions/setup-node@v3
17
  with:
18
- node-version: "18"
19
  cache: "npm"
20
  - run: |
21
  npm install ci
@@ -40,7 +40,7 @@ jobs:
40
 
41
  - uses: actions/setup-node@v3
42
  with:
43
- node-version: "18"
44
  cache: "npm"
45
  - run: |
46
  npm ci
 
15
 
16
  - uses: actions/setup-node@v3
17
  with:
18
+ node-version: "20"
19
  cache: "npm"
20
  - run: |
21
  npm install ci
 
40
 
41
  - uses: actions/setup-node@v3
42
  with:
43
+ node-version: "20"
44
  cache: "npm"
45
  - run: |
46
  npm ci