Skip to content

Commit

Permalink
Merge pull request #5 from labscommunity/fix--typo,-"npm-ci-to-"npm-i"
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
7i7o authored Oct 16, 2023
2 parents fa2bf7f + 522c135 commit fea5b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-file-on-pr-merge.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
node-version: '14'
- name: Install dependencies
run: npm ci
run: npm i
- name: Run Script to Create File
run: node .github/scripts/createFile.js

1 comment on commit fea5b27

@vercel
Copy link

@vercel vercel bot commented on fea5b27 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.