Skip to content

chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 (#442) #1145

chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 (#442)

chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 (#442) #1145

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #v4.2.0
- uses: andykenward/github-actions/setup-pnpm@b1f379eaf1cb5bd7f384d2a53e501c2d881eed4f #v1.0.2
with:
node-version: 20
- name: Lint
run: pnpm run lint
- name: Test
run: pnpm run test:ci