Skip to content

Commit

Permalink
refactor: remodel and service worker (#3)
Browse files Browse the repository at this point in the history
* feat: Add more Models and  Interactivity

* feat: service worker

* fix: update lockfile

* fix: cache

* update: about
  • Loading branch information
vigneshd332 authored Jan 3, 2024
1 parent bd56c3a commit 5047aa3
Show file tree
Hide file tree
Showing 46 changed files with 12,378 additions and 5,328 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,25 @@ name: Node.js CI

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build --if-present
Loading

0 comments on commit 5047aa3

Please sign in to comment.