Skip to content

Commit

Permalink
CI/CD update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Jan 11, 2025
1 parent 9e560b6 commit d558498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22.12.0
node-version: 22.13.0
registry-url: https://registry.npmjs.org/

- name: Version
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22.12.0
node-version: 22.13.0

- name: Build NPM
run: deno task npm dev
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22.12.0
node-version: 22.13.0

- name: Build NPM
run: deno task npm prod
Expand All @@ -141,8 +141,8 @@ jobs:
strategy:
matrix:
node-version:
- 23.4.0
- 22.12.0
- 23.6.0
- 22.13.0
- 22.11.0
- 20.9.0
- 18.12.0
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
strategy:
matrix:
bun-version:
- 1.1.39
- 1.1.43
- 1.0.0

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

0 comments on commit d558498

Please sign in to comment.