Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
99a0821
Update README.md
Huynhthuongg May 3, 2026
d558acf
Add GitHub Actions workflow for Azure Node.js deployment
Huynhthuongg May 18, 2026
3eb9639
Revert "Add GitHub Actions workflow for Azure Node.js deployment"
Huynhthuongg May 18, 2026
307aacf
Merge branch 'Huynhthuongg-patch-1' into main
Huynhthuongg May 21, 2026
780d561
Merge branch 'Huynhthuongg-patch-5' into main
Huynhthuongg May 23, 2026
315ebef
Add build status badge to Node.js CI workflow
Huynhthuongg May 18, 2026
1cef891
Bump qs in the npm_and_yarn group across 1 directory
dependabot[bot] May 23, 2026
e506b39
Add build status badge to Node.js CI workflow
Huynhthuongg May 18, 2026
417352c
Add GitHub Actions workflow for Azure Node.js deployment
Huynhthuongg May 18, 2026
1496a18
Revert "Add GitHub Actions workflow for Azure Node.js deployment"
Huynhthuongg May 18, 2026
d3359c5
Update README.md
Huynhthuongg May 3, 2026
4ca44c5
Merge branch 'Huynhthuongg-patch-5' into dependabot/npm_and_yarn/npm_…
Huynhthuongg May 23, 2026
fdb276e
Add GitHub Actions workflow for Azure Node.js deployment
Huynhthuongg May 18, 2026
669ec1d
Revert "Add GitHub Actions workflow for Azure Node.js deployment"
Huynhthuongg May 18, 2026
88458d4
Bump qs in the npm_and_yarn group across 1 directory
dependabot[bot] May 23, 2026
3c93d0e
Merge branch 'main' into Huynhthuongg-patch-5
Huynhthuongg May 23, 2026
8a4484f
Merge branch 'vercel/install-vercel-web-analytics-qykpeq' into depend…
Huynhthuongg Jun 16, 2026
6918df9
Merge branch 'Huynhthuongg-patch-5' into dependabot/npm_and_yarn/npm_…
Huynhthuongg Jun 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 1 addition & 31 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI

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

jobs:
build:

runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
[![Node.js CI](https://github.com/Huynhthuongg/Claude-OpenAI/actions/workflows/node.js.yml/badge.svg)](https://github.com/Huynhthuongg/Claude-OpenAI/actions/workflows/node.js.yml)
Loading
Loading