Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 3, 2023
1 parent ed2dad0 commit 7e11367
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- x64
- arm64
node-version:
- 14
- 16
os:
- linux
- macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '16'
leia-tests:
- basics-example
- badname-example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-db-tools-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '16'
leia-tests:
- sql-export-example
- sql-import-example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '16'
leia-tests:
- django-example
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-20.04
node-version:
- '14'
- '16'
steps:

# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- x64
- arm64
node-version:
- 14
- 16
os:
- linux
- macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- x64
- arm64
node-version:
- 14
- 16
os:
- linux
- macos
Expand Down

0 comments on commit 7e11367

Please sign in to comment.