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 d26f0d2 commit 636641c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3



- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install packages
run: npm install
shell: bash

- name: Install packages
run: npm ci
Expand Down

0 comments on commit 636641c

Please sign in to comment.