Skip to content

Commit

Permalink
chore(CI): shuffle stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Apr 24, 2024
1 parent ea4b5ac commit 4c5c3b7
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- name: Enable Corepack
run: corepack enable
- name: apt-get update
run: sudo apt-get update
- name: Install libasound2-dev
Expand Down Expand Up @@ -52,13 +51,12 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- name: Enable Corepack
run: corepack enable
- name: Restore node_modules
uses: actions/cache@v3
with:
Expand All @@ -77,13 +75,12 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- name: Enable Corepack
run: corepack enable
- name: Restore node_modules
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 4c5c3b7

Please sign in to comment.