Skip to content

chore(deps): bump actions/setup-node from 6 to 7 (#4685) #1301

chore(deps): bump actions/setup-node from 6 to 7 (#4685)

chore(deps): bump actions/setup-node from 6 to 7 (#4685) #1301

Workflow file for this run

name: Coveralls
on: ["push"]
jobs:
mobx:
name: Packages coverage
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Setup Node.js 24
uses: actions/setup-node@v7
with:
node-version: 24
- name: Install Dependencies
run: npm ci --ignore-scripts
- name: Build packages
run: npm run build:test
# - name: Run Coverage
# run: npm run coverage
# - name: Upload to coveralls
# uses: coverallsapp/github-action@v2.3.6
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}