| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/github/text-expander-element/main/.github/workflows/nodejs.yml | [Back] [Original] |
name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0
- name: Use Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: '20.x'
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true
CHROME_BIN: google-chrome
| Web Proxy Viewer | New URL | Original Page |