fix: made default shell sh instead of bash
Some checks failed
CI / build-and-publish (push) Failing after 0s
Some checks failed
CI / build-and-publish (push) Failing after 0s
node:apline doesn't include bash it only has sh so i set the default shell to that
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -8,6 +8,10 @@ jobs:
|
||||
build-and-publish:
|
||||
runs-on: node-latest
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: npm ci --prefer-offline
|
||||
|
||||
Reference in New Issue
Block a user