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 f13d7bd commit 99ac0e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11.0
node-version: 22.12.0
registry-url: https://registry.npmjs.org/

- name: Version
Expand Down
4 changes: 2 additions & 2 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.11.0
node-version: 22.12.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.11.0
node-version: 22.12.0

- name: Build NPM
run: deno task npm prod
Expand Down

0 comments on commit 99ac0e0

Please sign in to comment.