Skip to content

Commit

Permalink
merge: stage files for merge
Browse files Browse the repository at this point in the history
* Accept all typescript-rewrite changes
  • Loading branch information
totallytavi committed Oct 30, 2023
2 parents 99054cf + c08ef86 commit d704d6a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: [17.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
195 changes: 67 additions & 128 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d704d6a

Please sign in to comment.