Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay7178 authored May 8, 2024
1 parent 6929519 commit 63543b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
node-version: 18

- name: Install packages
run: npm install
shell: /usr/bin/bash --noprofile --norc -e -o pipefail


- name: Install packages
run: npm ci
Expand Down

0 comments on commit 63543b4

Please sign in to comment.