Skip to content

chore(deps): update alpine docker tag to v3.21.0 #1607

chore(deps): update alpine docker tag to v3.21.0

chore(deps): update alpine docker tag to v3.21.0 #1607

Workflow file for this run

name: jshint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up nodejs
uses: actions/setup-node@v4
with:
node-version: '17'
- name: Run jshint
run: cd public && npm ci && npm run jshint