Skip to content

Merge pull request #143 from scaleway/hotfix/action-node-version #105

Merge pull request #143 from scaleway/hotfix/action-node-version

Merge pull request #143 from scaleway/hotfix/action-node-version #105

Workflow file for this run

name: Tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set Node.js
uses: actions/setup-node@v5
with:
node-version-file: .node-version
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: |
npm test