Skip to content

Commit

Permalink
chore(nano): pin deno version in compiled binaries #623
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 19, 2024
1 parent 7124710 commit 22b2d8f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/image-nano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🦕 Setup Deno
uses: denoland/setup-deno@v1
Expand All @@ -42,11 +42,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
deno-version: [1.x]
# See https://github.com/hyper63/hyper/issues/623
deno-version: [1.45.4]

steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🦕 Setup Deno
uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -86,14 +87,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [22.x]

steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 22b2d8f

Please sign in to comment.