Skip to content

Commit

Permalink
chore(ci): update iso10383 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Jan 14, 2025
1 parent 1ae8b99 commit ae2759a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/iso10383.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ jobs:
with:
ref: ${{ github.event.repository.default_branch }}

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"

- name: Enable Corepack
run: corepack enable

- name: Download dependencies
uses: bahmutov/npm-install@v1
run: yarn install --immutable

- name: Download CSV
run: |
Expand Down

0 comments on commit ae2759a

Please sign in to comment.