Skip to content

Bump memfs from 4.7.0 to 4.8.1 #155

Bump memfs from 4.7.0 to 4.8.1

Bump memfs from 4.7.0 to 4.8.1 #155

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
paths:
- 'src/**'
- 'tests/**'
- '.github/workflows/test.yml'
workflow_dispatch:
jobs:
# unit tests
units:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm test
# test action works running from the graph
integration-test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- name: action
uses: ./
with:
points: 50/100
path: .github/icons/points-bar.svg