Skip to content

Commit

Permalink
install nodejs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Jan 9, 2025
1 parent d5b9036 commit 3fc23ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
token: ${{ secrets.GIT_ACCESS_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
node-version: '16'
cache: yarn
- name: Install node dependencies
run: yarn install --ignore-engines --frozen-lockfile --network-concurrency 1
- name: Login to Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 3fc23ec

Please sign in to comment.