Update .github/workflows/codequality.yml
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:
Lara 2024-10-25 11:46:54 +00:00
parent ef75371c12
commit 43bbaa0035

View file

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