Skip to content

Merge pull request #2282 from ably/DX-1211/rest-see-links #2403

Merge pull request #2282 from ably/DX-1211/rest-see-links

Merge pull request #2282 from ably/DX-1211/rest-see-links #2403

Workflow file for this run

name: Test NPM package
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test-npm-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
submodules: true
persist-credentials: false
- name: Use Node.js 20.x
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
with:
node-version: 20.x
- run: npm ci
- run: npm run test:package