Skip to content

chore(deps): bump the nodejs group with 3 updates #992

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

chore(deps): bump the nodejs group with 3 updates #992

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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- name: build
uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f
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@8b35962ad57c30272ae149c9ee193887b39e1b69
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}