Skip to content

Commit

Permalink
fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Dec 23, 2023
1 parent 720b046 commit 1e3b5f5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,8 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
node-version: "18.16.0"
- run: yarn install
- run: yarn build
- run: yarn test
- run: yarn eslint

build-test-eslint-node-20:
name: Build, Test & Eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
- run: yarn build
- run: yarn test
- run: yarn eslint

0 comments on commit 1e3b5f5

Please sign in to comment.