Skip to content

Merge pull request #36 from storyblok/feat/update-gh-workflow #50

Merge pull request #36 from storyblok/feat/update-gh-workflow

Merge pull request #36 from storyblok/feat/update-gh-workflow #50

Workflow file for this run

name: Test
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: npm ci
- run: npm run test