Skip to content

Merge pull request #124 from rbuchmayer-pplx/fix-publish-node-version #134

Merge pull request #124 from rbuchmayer-pplx/fix-publish-node-version

Merge pull request #124 from rbuchmayer-pplx/fix-publish-node-version #134

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
- name: Setup Node.js
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run tests
env:
PERPLEXITY_API_KEY: test-api-key
run: npm test