Skip to content

Commit

Permalink
CI/CD update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Dec 7, 2024
1 parent 174b509 commit fc2258c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: 2.0.6
deno-version: 2.1.3

- name: Version
run: deno task version "${GITHUB_REF#refs/tags/v}"
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: 2.0.6
deno-version: 2.1.3

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
matrix:
config:
- deno-version: 2.0.6
- deno-version: 2.1.3
- deno-version: 2.1.0
- deno-version: 2.0.0
- deno-version: 1.46.3

Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: 2.0.6
deno-version: 2.1.3

- name: Docs
run: deno task docs
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: 2.0.6
deno-version: 2.1.3

- name: Setup Node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: 2.0.6
deno-version: 2.1.3

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -140,7 +141,8 @@ jobs:
strategy:
matrix:
node-version:
- 23.2.0
- 23.3.0
- 22.12.0
- 22.11.0
- 20.9.0
- 18.12.0
Expand Down Expand Up @@ -178,7 +180,7 @@ jobs:
strategy:
matrix:
bun-version:
- 1.1.34
- 1.1.38
- 1.0.0

name: Bun ${{ matrix.bun-version }}
Expand Down

0 comments on commit fc2258c

Please sign in to comment.