Skip to content

v0.31.0

v0.31.0 #7

Workflow file for this run

name: Artifact
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run wasm --workspace=packages/pdfium
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: pdfium-wasm
path: |
packages/pdfium/src/pdfium.js
packages/pdfium/src/pdfium.wasm