Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /plugins/openrpc in the npm_and_yarn group across 1 directory #1704

Bump nanoid from 3.3.7 to 3.3.8 in /plugins/openrpc in the npm_and_yarn group across 1 directory

Bump nanoid from 3.3.7 to 3.3.8 in /plugins/openrpc in the npm_and_yarn group across 1 directory #1704

name: Test l10n deployment
on:
pull_request:
types: [opened, reopened]
branches:
- l10n_main
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- name: Install dependencies
run: npm install
- name: Test build website
run: npm run build