Skip to content

feature: loop: add version on js #9

feature: loop: add version on js

feature: loop: add version on js #9

Workflow file for this run

name: Node CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18.x
- 20.x
- 22.x
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Amber
run: curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | bash
- name: Install Redrun
run: bun i redrun -g --no-save
- name: Install
run: bun i --no-save
- name: build
run: redrun build:amber
- name: Lint
run: redrun lint