Update main CI file.
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
||||
node-version: [18.x, 20.x, 22.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: "Base requirements"
|
||||
run: |
|
||||
# packages
|
||||
@@ -49,4 +51,3 @@ jobs:
|
||||
run: yarn lint # will run `yarn lint` command
|
||||
- name: "Build Code"
|
||||
run: yarn run build # will run `yarn build` command
|
||||
|
||||
Reference in New Issue
Block a user