Skip to content

chore(deps): update actions/upload-artifact digest to 5076954 #59

chore(deps): update actions/upload-artifact digest to 5076954

chore(deps): update actions/upload-artifact digest to 5076954 #59

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: "18"
- name: npm install, build, and test
run: |
npm i
npm run build --if-present
env:
CI: true
- name: Archive production artifacts
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
with:
name: dist
path: |
dist