Update .github/workflows/codequality.yml
Some checks failed
Code quality checks / build (18.16) (push) Failing after 1m21s
Some checks failed
Code quality checks / build (18.16) (push) Failing after 1m21s
Signed-off-by: laratheprotogen <laraproto@proton.me>
This commit is contained in:
parent
ef75371c12
commit
43bbaa0035
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codequality.yml
vendored
4
.github/workflows/codequality.yml
vendored
|
@ -4,14 +4,14 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.16]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue