Skip to content

Commit dd5ec02

Browse files
committed
fix: remove some unused files
1 parent f389007 commit dd5ec02

File tree

5 files changed

+10
-14660
lines changed

5 files changed

+10
-14660
lines changed

.github/workflows/publish-node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
registry-url: https://registry.npmjs.org/
1919
- run: git config --global user.name "GitHub CD bot"
2020
- run: git config --global user.email "[email protected]"
@@ -26,4 +26,4 @@ jobs:
2626
- run: git add package.json && git commit -m'update version' && git push
2727
env:
2828
# The secret is passed automatically. Nothing to configure.
29-
github-token: ${{ secrets.GITHUB_TOKEN }}
29+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup nodejs
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
- run: npm i
2424
- run: npm run test
2525
- run: npm run test-integration

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ test/integration/node_modules
6464
test/integration/output
6565
coverage
6666

67+
package-lock.json
68+

.idea/.gitignore

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)