Skip to content

Commit

Permalink
Try workflow with installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaaartin committed Jun 30, 2024
1 parent a3b73c3 commit 554a16b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,18 @@ jobs:
uses: actions/download-artifact@v2
with:
name: lib
path: ./lib
path: ./libnpm install -g yarn

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- name: Setup Yarn
run: |
npm install -g yarn
- name: Install packages
run: |
yarn install --frozen-lockfile --ignore-engines
- name: Test
run: yarn test
8 changes: 0 additions & 8 deletions test_versions

This file was deleted.

0 comments on commit 554a16b

Please sign in to comment.