Skip to content

Version 7.7.0 (#316) #931

Version 7.7.0 (#316)

Version 7.7.0 (#316) #931

Workflow file for this run

name: Build
# Run this workflow every time a new commit pushed to your repository
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
name: Build
steps:
# Checks out a copy of your repository on the ubuntu machine
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup npm
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '24'
- name: Tests
run: |
make astro