Skip to content

chore(deps): bump the nodejs group with 4 updates #1031

chore(deps): bump the nodejs group with 4 updates

chore(deps): bump the nodejs group with 4 updates #1031

Workflow file for this run

name: "test"
on:
workflow_dispatch:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
packages: read
contents: read
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- name: build
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
push: never
runCmd: |
npm ci
npm test
npm run build
- name: report result
uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}