Skip to content

Commit

Permalink
Fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Jan 3, 2023
1 parent 5a42394 commit bd4fd88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: yarn install --frozen-lockfile && yarn run build
2 changes: 1 addition & 1 deletion .github/workflows/format_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: yarn install --frozen-lockfile && yarn run formatter
2 changes: 1 addition & 1 deletion .github/workflows/lint_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: yarn install --frozen-lockfile && yarn run tslint

0 comments on commit bd4fd88

Please sign in to comment.