Skip to content

Commit

Permalink
security update
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 21, 2024
1 parent fc0d7a5 commit a4435f0
Show file tree
Hide file tree
Showing 3 changed files with 9,675 additions and 20,467 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: "20"

- name: Install dependencies
run: npm install
run: npm ci

- name: Build project
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: npm install
run: npm ci

- name: Build project
run: |
Expand Down
Loading

0 comments on commit a4435f0

Please sign in to comment.