Skip to content

chore(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 #892

chore(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3

chore(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 #892

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f #v4.1.3
- uses: andykenward/github-actions/setup-pnpm@74ca078e70cb5bfc9f6c33afc3b63a66f050311f #v1.0.1
with:
node-version: 20
- name: Lint
run: pnpm run lint
- name: Test
run: pnpm run test:ci