fix: update github actions

This commit is contained in:
d.strigo 2023-02-15 14:40:33 +01:00
parent 255a1f0054
commit 6f18b8a072
2 changed files with 9 additions and 9 deletions

View file

@ -9,12 +9,12 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js 12 - name: Use Node.js 14
uses: actions/setup-node@v2 uses: actions/setup-node@v3
with: with:
node-version: '12' node-version: 14.15.0
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
ref: demo ref: demo
- name: npm install, build - name: npm install, build

View file

@ -12,11 +12,11 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Use Node.js 12.x - name: Use Node.js 14.x
uses: actions/setup-node@v2 uses: actions/setup-node@v3
with: with:
node-version: '12' node-version: 14.15.0
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
ref: demo ref: demo
- name: Deploy - name: Deploy