Skip to content

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 #82

Bump golang.org/x/crypto from 0.15.0 to 0.17.0

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 #82

Workflow file for this run

name: JS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn
working-directory: resources
- run: yarn lint
working-directory: resources