Skip to content

Commit 6d1f7b0

Browse files
committed
re-generate commons
1 parent 328ca61 commit 6d1f7b0

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-8
lines changed

.github/copilot-instructions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copilot Instructions
2+
3+
## Project Overview
4+
5+
This is the **Binary Development Tools** project, part of the
6+
xPack Development Tools.
7+
8+
## Folder Structure
9+
10+
11+
- `/website`: Contains the Docusaurus web site
12+
13+
## Language and style
14+
15+
- Use British English spelling and grammar.
16+
- Use a professional tone.
17+
- Prefer folder to directory.

.github/workflows/publish-github-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Automatically generated from npm-packages-helper/templates/*.
44
#
55
# This file is part of the xPack project (http://xpack.github.io).
6-
# Copyright (c) 2021 Liviu Ionescu. All rights reserved.
6+
# Copyright (c) 2021-2025 Liviu Ionescu. All rights reserved.
77
#
88
# Permission to use, copy, modify, and/or distribute this software
99
# for any purpose is hereby granted, under the terms of the MIT license.
1010
#
1111
# If a copy of the license was not distributed with this file, it can
12-
# be obtained from https://opensource.org/licenses/MIT.
12+
# be obtained from https://opensource.org/licenses/mit.
1313
#
1414
# -----------------------------------------------------------------------------
1515

@@ -69,14 +69,14 @@ jobs:
6969
steps:
7070
- name: Checkout
7171
# https://github.com/actions/checkout
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373
with:
7474
# The full history, required to compute lastUpdatedAt
7575
fetch-depth: 0
7676

7777
- name: Use Nodejs
7878
# https://github.com/actions/setup-node
79-
uses: actions/setup-node@v4
79+
uses: actions/setup-node@v5
8080
with:
8181
# Node LTS version.
8282
node-version: 20
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Upload Pages artifact
9595
# https://github.com/actions/upload-pages-artifact
96-
uses: actions/upload-pages-artifact@v3
96+
uses: actions/upload-pages-artifact@v4
9797
with:
9898
# Upload entire repository
9999
path: './website/build'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ out
8989

9090
# Nuxt.js build / generate output
9191
.nuxt
92-
dist
92+
# dist
9393

9494
# Gatsby files
9595
.cache/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"hasEmptyMaster": "true"
4444
},
4545
"engines": {
46-
"node": " >=18.0.0"
46+
"node": " >=20.0"
4747
}
4848
}

0 commit comments

Comments
 (0)