Skip to content

Commit

Permalink
Bump bun
Browse files Browse the repository at this point in the history
Set a 1 min timeout on the github action. This way no free minutes go wasted if something out of the ordinary happens.

Bump to bun 1.0.19.

Explicitly use the latest checkout and bun action extensions.
  • Loading branch information
NigelBreslaw authored Dec 23, 2023
1 parent 3d201bc commit 9768bd3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ on:
push:
pull_request:
branches:
- master
- main

jobs:
build:
name: build
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: actions/checkout@v4.1.1
- uses: oven-sh/setup-bun@v1.1.1
with:
bun-version: 1.0.18
bun-version: 1.0.19
- name: install dependencies
run: bun install
- name: lint
Expand Down

0 comments on commit 9768bd3

Please sign in to comment.