Skip to content

chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.7 #621

chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.7

chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.7 #621

Workflow file for this run

name: Entrypoint
on:
push:
branches:
- 'master'
- 'upcoming'
pull_request:
branches:
- '**'
# Called by the "Publish upcoming snapshot to npm" orchestrator on push to `upcoming`.
workflow_call:
jobs:
entrypoint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install npm deps
run: npm ci
- name: Build project
run: npm run build
env:
NODE_ENV: production
- name: Create npm package
run: npm pack
- name: Verify package entrypoint files
run:
npx npxie eval-and-expect "tar -tf *.tgz"
"package/package.json|package/dist/cjs/index.js|package/dist/mjs/index.js|package/dist/index.browser.min.js|package/dist/types/index.d.ts"
"|"