Skip to content

Bump @devvit/public-api from 0.10.21 to 0.11.5 #8

Bump @devvit/public-api from 0.10.21 to 0.11.5

Bump @devvit/public-api from 0.10.21 to 0.11.5 #8

Workflow file for this run

name: build-test-lint
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: use node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install # TODO change to npm ci when package.json and package-lock.json are in sync
- run: npx tsc --build
- run: npx tsc --build --clean
- run: npm run test
#- run: npx eslint