Skip to content

Commit

Permalink
ci: switch to npm ci in github actions (anuraghazra#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and infinity-plus committed Sep 24, 2022
1 parent 3120217 commit e62dbd2
Show file tree
Hide file tree
Showing 4 changed files with 9,403 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-theme-doc.yml
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: npm install, generate readme
run: |
npm install
npm ci
npm run theme-readme-gen
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install & Test
run: |
npm install
npm ci
npm run test
- name: Run Prettier
Expand Down
1 change: 0 additions & 1 deletion .gitignore
@@ -1,7 +1,6 @@
.vercel
.env
node_modules
package-lock.json
*.lock
.vscode/
.idea/
Expand Down

1 comment on commit e62dbd2

@vercel
Copy link

@vercel vercel bot commented on e62dbd2 Sep 24, 2022

Choose a reason for hiding this comment

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

Deployment failed with the following error:

The value for maxDuration must be between 1 second and 10 seconds, in order to increase this limit upgrade your plan: https://vercel.com/pricing

Please sign in to comment.