Skip to content

Bump lemmy-js-client from 0.19.4-alpha.10 to 0.19.4-alpha.11 #6

Bump lemmy-js-client from 0.19.4-alpha.10 to 0.19.4-alpha.11

Bump lemmy-js-client from 0.19.4-alpha.10 to 0.19.4-alpha.11 #6

Workflow file for this run

name: Docker Image CI
on:
pull_request:
types: [opened, edited, reopened]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm i
- run: npm run build