Skip to content

Commit fb11883

Browse files
chore: harden npm installs (#5)
* chore: harden npm installs * Fix styling --------- Co-authored-by: ito-ito-ito-ito <260886217+ito-ito-ito-ito@users.noreply.github.com>
1 parent 67daf21 commit fb11883

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/fix-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node
4444
uses: actions/setup-node@v4
4545
with:
46-
node-version: '20'
46+
node-version: 24
4747
cache: npm
4848

4949
- name: Install npm dependencies

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
ignore-scripts=true
2+
strict-peer-deps=true
3+
14
min-release-age=7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"engines": {
1919
"node": ">=24",
20-
"npm": ">=11.10.0"
20+
"npm": ">=11"
2121
}
2222
}

0 commit comments

Comments
 (0)