Skip to content

refactor: change the revalidation time for extension page #18

refactor: change the revalidation time for extension page

refactor: change the revalidation time for extension page #18

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 21.x
- name: Install dependencies
run: npm install -D
- name: Build App
run: npm run build
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: .next