Skip to content

Commit

Permalink
gha not loading current deno.
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jul 26, 2024
1 parent f12aa58 commit 57d7454
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.x.x]
deno-version: [1.45.x]
node-version: [ 22.x ]
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.x.x]
deno-version: [1.45.x]

steps:
- name: Git Checkout JetStream
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.x.x]
deno-version: [1.45.x]

steps:
- name: Git Checkout Kv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
deno-version: [ 1.44.4 ]
deno-version: [ 1.45.x ]
module: [ core, jetstream, kv, obj, services ]
node-version: [22.x]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/obj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.x.x]
deno-version: [1.45.x]

steps:
- name: Git Checkout Obj
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.x.x]
deno-version: [1.45.x]

steps:
- name: Git Checkout Services
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
deno-version: [ 1.44.4 ]
deno-version: [ 1.45.x ]
module: [ core, jetstream, kv, obj, services ]

name: test ${{matrix.module}} with local dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transport-node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
deno-version: [ 1.44.4 ]
deno-version: [ 1.45.x ]
node-version: [ 22.x ]

name: test node transport with local dependencies
Expand Down

0 comments on commit 57d7454

Please sign in to comment.