Skip to content

Commit

Permalink
chore: update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Apr 24, 2024
1 parent 6b1cd36 commit 54f00d6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
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 @@ -50,9 +53,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
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 @@ -72,9 +78,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
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 54f00d6

Please sign in to comment.