Skip to content

Commit

Permalink
More GHA syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker committed Nov 7, 2023
1 parent 8364868 commit a6b3f53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
working-directory: .

- name: "Set up node ${{ matrix.node-version }}"
id: setup-node
Expand All @@ -65,6 +64,9 @@ jobs:
node-version: "${{ matrix.node-version }}"
cache: "npm"

- name: "Install dependencies"
run: npm ci

- name: "Link framework"
run: npm link ..

Expand Down

0 comments on commit a6b3f53

Please sign in to comment.