Skip to content

chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /code-examples/oathkeeper/ws #5182

chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /code-examples/oathkeeper/ws

chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /code-examples/oathkeeper/ws #5182

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test-build:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
- run: npm install
- name: Test Build
run: npm run build