Skip to content

chore(deps): bump slackapi/slack-github-action from 1.25.0 to 1.26.0 in the github-action-dependencies group #807

chore(deps): bump slackapi/slack-github-action from 1.25.0 to 1.26.0 in the github-action-dependencies group

chore(deps): bump slackapi/slack-github-action from 1.25.0 to 1.26.0 in the github-action-dependencies group #807

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test-deploy:
name: Test able to deploy to npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- name: Compile
run: npm run build
- name: Publish test
run: npm publish --dry-run