Skip to content

ci(workflow): 💚 fix typo #2

ci(workflow): 💚 fix typo

ci(workflow): 💚 fix typo #2

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install Dependencies
run: npm install
- name: Build Extension
run: npm run build