Skip to content

chore: update collabland packages #469

chore: update collabland packages

chore: update collabland packages #469

Workflow file for this run

name: Build @collabland/example-hello-action
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16', '18']
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- run: npm ci
- run: npm test