Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

NPM 9 upgrade #345

Merged
merged 13 commits into from
Apr 9, 2024
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:
run: npm run clean
- name: Install Dependencies
shell: bash
run: npm install
run: npm ci
Loading