Skip to content

chore: update dependency discord-api-types to v0.37.102 #467

chore: update dependency discord-api-types to v0.37.102

chore: update dependency discord-api-types to v0.37.102 #467

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