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: "
|
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: "
|
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: "
|
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
|