chore(deps): bump preact-render-to-string from 6.5.9 to 6.5.10 #2322
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# (base: https://github.com/actions/starter-workflows/blob/ba767afb30b1bceb8c1d6a798d526be9b6f14554/ci/node.js.yml) | |
name: Node CI | |
on: | |
push: | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
strategy: | |
matrix: | |
node-version: [16.x, 18.x] | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use Node.js ${{ matrix.node-version }} | |
uses: actions/setup-node@v4 | |
with: | |
node-version: ${{ matrix.node-version }} | |
- run: npm ci | |
- run: npm run build | |
- run: npm test | |
- name: migrate config | |
run: | | |
set -xeu | |
npm install -g . | |
cat <<EOF > "config.yaml" | |
allowPaths: | |
- /0s6twklxkrcfs1u | |
- type: regexp | |
value: "/[abcd]+" | |
basicAuthUsers: | |
- username: user1 | |
password: pass1234 | |
rejection: nginx-down | |
EOF | |
rich-piping-server --config-path=./config.yaml migrate-config |