Skip to content

Commit

Permalink
add NPM provenance, update eslint + actions/core deps
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 11, 2024
1 parent 23d23d1 commit 63e34a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
Expand All @@ -55,3 +55,4 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
provenance: true
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"colorette": "2.0.20",
"eslint": "8.45.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-codeframe": "7.32.1",
"eslint-plugin-perfectionist": "2.5.0",
Expand Down

0 comments on commit 63e34a6

Please sign in to comment.