Skip to content

chore(deps): update actions/upload-artifact digest to 6f51ac0 (#41) #78

chore(deps): update actions/upload-artifact digest to 6f51ac0 (#41)

chore(deps): update actions/upload-artifact digest to 6f51ac0 (#41) #78

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Use Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # 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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: dist
path: |
dist