Skip to content

Bump actions/upload-artifact from 4.4.0 to 4.4.3 in the github-actions group #1165

Bump actions/upload-artifact from 4.4.0 to 4.4.3 in the github-actions group

Bump actions/upload-artifact from 4.4.0 to 4.4.3 in the github-actions group #1165

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
- name: install dependencies
run: npm ci
- name: test
run: npm run ci-test