Skip to content

Commit

Permalink
gi: update install dependencies to remove ignore-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Aug 13, 2024
1 parent b522c1c commit d2d8c51
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
shell: bash

- name: Install Dependencies
run: npm ci --ignore-scripts
run: npm ci
shell: bash

- name: Configure user
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.11.1
50 changes: 50 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2d8c51

Please sign in to comment.