Skip to content

Commit

Permalink
ci: add missing shell property to composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jan 2, 2024
1 parent cd95ead commit f4bfee4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ description: Setup environment
runs:
using: 'composite'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
shell: bash

0 comments on commit f4bfee4

Please sign in to comment.