Skip to content

Updated rdt version, added server timings feature, fixed cache header… #1

Updated rdt version, added server timings feature, fixed cache header…

Updated rdt version, added server timings feature, fixed cache header… #1

Workflow file for this run

name: 🚀 pkg-pr-new
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- run: npx pkg-pr-new publish