Bump axios and @11ty/eleventy #576
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
name: 😎 | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
build_test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: git clone | |
uses: actions/checkout@v3 | |
- name: Set up Node.js | |
uses: actions/setup-node@v3 | |
with: | |
node-version: latest | |
cache: 'npm' | |
- run: npm ci | |
- run: npm run build | |
- name: primitive test | |
run: npm run test | |
- name: install lhci | |
run: npm install @lhci/cli@latest | |
# - name: run lhci | |
# run: | | |
# npx lhci autorun \ | |
# --collect.url=http://localhost:8696/devtools-protocol/ \ | |
# --collect.url=http://localhost:8696/devtools-protocol/tot/Page/ \ | |
# --upload.target=temporary-public-storage |