Skip to content

Commit

Permalink
chore: add Node.js tthe pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Aug 24, 2024
1 parent c634da4 commit ad6369e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,20 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
# Useful to test Node.js runtime is working fine on some tests
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22'

# Bun setup, used for almost everything inside the project
- uses: actions/checkout@v4
- name: Bunjs
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.26

- name: Install dependencies
run: bun install
- run: bun run build
Expand Down

0 comments on commit ad6369e

Please sign in to comment.