Skip to content

chore(deps): update alpine docker tag to v3.20.3 #1574

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

chore(deps): update alpine docker tag to v3.20.3 #1574

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