Skip to content

Commit

Permalink
Merge pull request #36 from iwatakeshi/chore/upgrade-gitly
Browse files Browse the repository at this point in the history
Upgrade gitly deps
  • Loading branch information
iwatakeshi authored May 12, 2024
2 parents bf4a9cc + 1298dad commit d0ed3be
Show file tree
Hide file tree
Showing 21 changed files with 1,516 additions and 8,185 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,23 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [15.x]
node: [20.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node: ${{ matrix.node }}
- name: Setup yarn
run: npm i -g yarn

- name: Install
run: yarn install

- name: Lint
run: yarn lint
run: npm install

- name: Test
run: yarn test
run: npm test

- name: Build
run: yarn build
run: npm run build

env:
CI: true
Expand Down
Loading

0 comments on commit d0ed3be

Please sign in to comment.