Skip to content

Commit

Permalink
Placing Elm package before node restore
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Sep 4, 2024
1 parent e8876c3 commit 83258c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: jorelali/setup-elm@v6
name: Setup Elm
with:
elm-version: 0.19.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npx --yes auditjs ossi --whitelist allow-list.json

Expand Down

0 comments on commit 83258c9

Please sign in to comment.