Merge pull request #198 from jy95/dependabot/npm_and_yarn/prettier-3.5.0 #1141
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: Can build | |
on: | |
push: | |
pull_request: | |
jobs: | |
canBuild: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/checkout@v4 | |
- name: Set up Node.js ✨ | |
uses: actions/[email protected] | |
with: | |
node-version: "lts/*" | |
- name: Install 💻 | |
run: | | |
npm install | |
- name: Build 🤖 | |
run: | | |
npm run build |