Skip to content

Merge pull request #14 from naftali100/dependabot/npm_and_yarn/typesc… #5

Merge pull request #14 from naftali100/dependabot/npm_and_yarn/typesc…

Merge pull request #14 from naftali100/dependabot/npm_and_yarn/typesc… #5

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main # You can specify the branch you want to trigger the workflow on
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build
run: npm run build