Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into test-remove-unused-typescript-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 10, 2024
2 parents c7ce3a4 + 0911808 commit 1867419
Show file tree
Hide file tree
Showing 3 changed files with 1,107 additions and 343 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
on:
workflow_dispatch: {}
workflow_dispatch:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review

jobs:
integration-tests:
Expand All @@ -23,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Set up Go
uses: actions/setup-go@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
workflow_dispatch: {}
workflow_dispatch:

jobs:
release:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm install
Expand Down
Loading

0 comments on commit 1867419

Please sign in to comment.