Skip to content

Commit 582db18

Browse files
authored
ci: remove aws builds (#51)
* ci: remove aws builds * ci: add node 20 for ci check
1 parent 05dc8f9 commit 582db18

File tree

2 files changed

+1
-71
lines changed

2 files changed

+1
-71
lines changed

.github/workflows/aws.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/ci-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: ["16.x", "18.x"]
19+
node-version: ["16.x", "18.x","20.x"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)