Use LTS Node

This commit is contained in:
abefernan
2023-07-13 18:26:18 +02:00
parent e30f9ad76d
commit f0bd4fc647
+3 -6
View File
@@ -14,8 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm install
node-version: 18
- run: npm run lint
test:
@@ -25,8 +24,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm install
node-version: 18
- run: npm run test:ci
build:
@@ -36,7 +34,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm install
node-version: 18
- run: cp .env.sample .env.local
- run: npm run build