Skip to content

Commit

Permalink
pin deno
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed May 6, 2024
1 parent bb1b771 commit ba62b68
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: JS CI

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
Expand All @@ -15,16 +16,19 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: extractions/setup-just@v1

- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
check-latest: true

- uses: denoland/[email protected]
with:
deno-version: "^1.42"

- uses: oven-sh/setup-bun@v1
if: ${{ matrix.os != 'windows-latest' }}
Expand All @@ -37,13 +41,14 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: extractions/setup-just@v1

- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
check-latest: true

- uses: denoland/[email protected]
Expand Down

0 comments on commit ba62b68

Please sign in to comment.