Skip to content

Commit 876f470

Browse files
build(deps-dev): bump rimraf from 5.0.9 to 6.0.1 (#206)
1 parent f53fbd8 commit 876f470

File tree

3 files changed

+91
-75
lines changed

3 files changed

+91
-75
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
name: Node.js CI
77
env:
8-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
8+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
NPM_SCOPE: "@tazama-lf"
1010
NPM_REGISTRY: "https://npm.pkg.github.com/"
1111
NODE_ENV: 'test'
@@ -22,7 +22,7 @@ jobs:
2222
name: run build
2323
strategy:
2424
matrix:
25-
node-version: [16, 20]
25+
node-version: [20]
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Use Node.js ${{ matrix.node-version }}

package-lock.json

Lines changed: 88 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)