upgrade github build pipeline

This commit is contained in:
Laurentiu Trofosila 2022-09-18 12:09:12 +02:00
parent 598ad60bac
commit 574a677361
1 changed files with 5 additions and 5 deletions

View File

@ -9,14 +9,14 @@ on:
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 14
- run: npm ci
- run: npm run build --if-present
- run: npm run lint