Skip to content

Updates minor package version for JS deps. #123

Updates minor package version for JS deps.

Updates minor package version for JS deps. #123

Workflow file for this run

on: push
name: Main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: install
#uses: docker://basaltinc/docker-node-php-base:latest
run: npm ci && composer install
- name: build
run: npm run build
- name: test
run: npm test
# - name: eslint
# uses: hallee/eslint-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: NPM publish
run: npx auto shipit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}