Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
a261da0
Bump the npm_and_yarn group group with 1 update
dependabot[bot] Jan 24, 2024
8d282aa
Merge pull request #48 from github/dependabot/npm_and_yarn/npm_and_ya…
camertron Jan 24, 2024
98bd749
Bump follow-redirects from 1.15.4 to 1.15.6
dependabot[bot] Mar 16, 2024
2bf4854
Merge pull request #49 from github/dependabot/npm_and_yarn/follow-red…
siddharthkp Mar 18, 2024
7c27043
Bump braces from 3.0.2 to 3.0.3
dependabot[bot] Jun 16, 2024
235fbf4
Merge pull request #50 from github/dependabot/npm_and_yarn/braces-3.0.3
jonrohan Jun 18, 2024
ca39bc6
Bump ws, engine.io and socket.io-adapter
dependabot[bot] Jun 18, 2024
34cb044
Merge pull request #51 from github/dependabot/npm_and_yarn/multi-e091…
jonrohan Jun 19, 2024
0cd9375
Bump the npm_and_yarn group with 5 updates
dependabot[bot] Sep 20, 2024
f0ec375
Merge pull request #53 from github/dependabot/npm_and_yarn/npm_and_ya…
siddharthkp Sep 23, 2024
9da6493
Bump rollup from 2.56.3 to 2.79.2 in the npm_and_yarn group
dependabot[bot] Sep 27, 2024
a04dac0
Merge pull request #55 from github/dependabot/npm_and_yarn/npm_and_ya…
siddharthkp Sep 27, 2024
4e06538
Bump the npm_and_yarn group with 2 updates
dependabot[bot] Oct 10, 2024
d012ade
Merge pull request #56 from github/dependabot/npm_and_yarn/npm_and_ya…
broccolinisoup Oct 11, 2024
8d9b394
Bump the npm_and_yarn group with 2 updates
dependabot[bot] Feb 18, 2025
a6ea5e2
Update nodejs.yml
francinelucca Mar 5, 2025
36a1907
Merge pull request #57 from github/dependabot/npm_and_yarn/npm_and_ya…
francinelucca Mar 5, 2025
6399f11
Potential fix for code scanning alert no. 3: Workflow does not contai…
cinderellasecure Nov 3, 2025
aaee75b
Potential fix for code scanning alert no. 1: Workflow does not contai…
cinderellasecure Nov 3, 2025
cc4dc92
Merge pull request #61 from github/campaign-fix-3-1
misfir3 Nov 7, 2025
dc2e8f0
Bump the npm_and_yarn group across 1 directory with 1 update
dependabot[bot] Feb 28, 2026
0860a7d
Merge pull request #62 from github/dependabot/npm_and_yarn/npm_and_ya…
francinelucca Mar 3, 2026
0b8a203
Bump yauzl in the npm_and_yarn group across 1 directory
dependabot[bot] Mar 13, 2026
4407050
Initial plan for fixing CI failure
Copilot Mar 13, 2026
4aefb54
Fix CI failure: remove chromium npm package, rely on system Chrome
Copilot Mar 13, 2026
4a7d878
Merge pull request #63 from github/dependabot/npm_and_yarn/npm_and_ya…
liuliu-dev Mar 16, 2026
5ca50cf
Bump lodash in the npm_and_yarn group across 1 directory
dependabot[bot] Apr 2, 2026
bcaa3e0
Merge pull request #64 from github/dependabot/npm_and_yarn/npm_and_ya…
siddharthkp Apr 2, 2026
911038e
Bump the npm_and_yarn group across 1 directory with 2 updates
dependabot[bot] May 7, 2026
e3b8b88
Merge pull request #65 from github/dependabot/npm_and_yarn/npm_and_ya…
TylerJDev May 7, 2026
13813fa
Update publish.yml
gracepark May 8, 2026
21d30d3
Merge pull request #66 from github/gracepark-patch-1
gracepark May 14, 2026
a650c5e
Bump qs in the npm_and_yarn group across 1 directory
dependabot[bot] May 22, 2026
f59dd9a
Merge pull request #67 from github/dependabot/npm_and_yarn/npm_and_ya…
jonrohan May 26, 2026
78a371f
Bump js-yaml in the npm_and_yarn group across 1 directory
dependabot[bot] Jun 15, 2026
c084218
fix: restore Node 14-compatible lockfile and keep js-yaml 4.2.0
Copilot Jun 18, 2026
f9c7a06
Merge pull request #68 from github/dependabot/npm_and_yarn/npm_and_ya…
francinelucca Jun 18, 2026
e5ebc70
Bump js-yaml in the npm_and_yarn group across 1 directory
dependabot[bot] Jun 30, 2026
2f05276
Revert eslint to ^7.32.0, keep js-yaml update
Copilot Jun 30, 2026
5e8d45a
Fix CI: upgrade to Node 18, pin eslint-plugin-github to 4.3.2, add es…
Copilot Jul 2, 2026
0f5bde0
Merge pull request #69 from github/dependabot/npm_and_yarn/npm_and_ya…
francinelucca Jul 2, 2026
a1217c9
Bump ws in the npm_and_yarn group across 1 directory
dependabot[bot] Jul 8, 2026
2c130d3
Add @types/node@18.11.18 to fix TypeScript compatibility with @types/ws
Copilot Jul 15, 2026
e124ffa
Merge pull request #70 from github/dependabot/npm_and_yarn/npm_and_ya…
francinelucca Jul 15, 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
8 changes: 5 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Node CI

on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: npm install, build, and test
run: |
npm install
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Publish
permissions:
contents: read
id-token: write

on:
release:
Expand All @@ -8,17 +11,15 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 24
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
- run: npm test
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
TAG_NAME: ${{ github.event.release.tag_name }}
- run: npm whoami; npm --ignore-scripts publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: npm --ignore-scripts publish --provenance
Loading
Loading