Skip to content

Commit

Permalink
use latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Nov 8, 2024
1 parent 54a3331 commit a1813bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
deno-version: canary
- name: node
deno-version: canary
node-version: canary
node-version: latest
# - name: bun
# deno-version: canary
# bun-version: canary
os: [macOS-latest, windows-latest, ubuntu-latest]
env:
Expand All @@ -40,6 +39,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.runtime.node-version }}
check-latest: true

- name: Setup Bun
if: matrix.runtime.name == 'bun'
Expand Down

0 comments on commit a1813bc

Please sign in to comment.