Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump actions/setup-python from 5 to 6 #893

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #893

Workflow file for this run

name: JS
on:
- pull_request
- workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g corepack@latest && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm exec turbo test