Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into build
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhaev26 authored Mar 6, 2024
2 parents 2825368 + a71fa09 commit b0eee52
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/check_core_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- ci
pull_request:
branches:
- main
Expand All @@ -17,16 +16,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.11.1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.11.1

- name: install packages
run: |
cd core/
npm i -g yarn@latest
yarn add
yarn install
- name: fix package type error (temp solution)
run: |
Expand Down

0 comments on commit b0eee52

Please sign in to comment.