no 'uses:'

This commit is contained in:
Tilman Baumann 2023-05-05 16:59:54 +01:00
parent 4043c83a2d
commit 52fa5a68c8
1 changed files with 0 additions and 8 deletions

View File

@ -15,16 +15,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install
uses: actions/setup-node@v3
with:
node-version: 17.x
cache: 'npm'
- name: Generate unrouted PCBs
run: npm run gen
uses: actions/setup-node@v3
with:
node-version: 17.x
cache: 'npm'
- name: Export DSN
uses: ./.github/actions/export-dsn
with: