Skip to content

chore(deps): bump ejs from 3.1.9 to 3.1.10 in /codewithahsan #13

chore(deps): bump ejs from 3.1.9 to 3.1.10 in /codewithahsan

chore(deps): bump ejs from 3.1.9 to 3.1.10 in /codewithahsan #13

Workflow file for this run

name: Sanity
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: '18'
- name: Install dependencies
run: npm i
- name: Sanity
run: npm run sanity