Skip to content

Commit 5a8f902

Browse files
authored
build: Bump dependencies and unpin npm version (#74)
1 parent 1db5d7f commit 5a8f902

5 files changed

Lines changed: 1210 additions & 1417 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
cache: 'npm'
2323
registry-url: https://registry.npmjs.org/
2424

25-
# Pin 11 for https://github.com/npm/cli/issues/9722
26-
- name: Pin npm
27-
run: npm install -g npm@11
25+
- name: Update npm
26+
run: npm install -g npm@latest
2827

2928
- run: npm ci
3029
- run: npm run build
@@ -42,5 +41,3 @@ jobs:
4241
- name: Publish the package
4342
run: npm publish --tag ${NPM_TAG}
4443
working-directory: dist
45-
# env:
46-
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"linter": {
2626
"enabled": true,
2727
"rules": {
28-
"recommended": true,
28+
"preset": "recommended",
2929
"complexity": {
3030
"noForEach": "warn",
3131
"noStaticOnlyClass": "off"

0 commit comments

Comments
 (0)