Skip to content

Commit

Permalink
Setup bun
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Feb 19, 2024
1 parent d02c6f4 commit 60d0228
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@ on:
pull_request:
workflow_dispatch:

env:
NODE_VERSION: '18.x' # set this to the node version to use

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install --frozen-lockfile --silent
env:
Expand Down

0 comments on commit 60d0228

Please sign in to comment.