Skip to content

Commit

Permalink
issue-902 initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Dec 28, 2023
1 parent 44ff4d2 commit da005bb
Show file tree
Hide file tree
Showing 5 changed files with 37,439 additions and 833 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/issue-902.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

name: Node.js CI

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'

- run: yarn install --frozen-lockfile

- run: yarn postinstall
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ on:
push:
branches:
- main
- setupnode-902
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: priya-kinthali/setup-node@poc-build
- uses: priya-kinthali/setup-node
with:
node-version: 16
- run: npm ci
Expand Down
Loading

0 comments on commit da005bb

Please sign in to comment.