Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c18f2d7
Create new repo as private rather than internal (#10)
codetheweb Mar 7, 2024
7ad51a4
1.4.4
seambot Mar 7, 2024
9d794a3
Merge branch 'main' into public
razor-x Mar 18, 2024
b27d488
ci: Generate code
seambot Mar 18, 2024
7f50f89
Update landlubber to v2
razor-x Mar 18, 2024
7f33c9b
1.4.5
seambot Mar 18, 2024
d022383
Merge branch 'main' into public
razor-x Mar 18, 2024
384f5ab
Fix repo create
razor-x Mar 19, 2024
fc45b18
Update LICENSE year
razor-x Mar 29, 2024
be68be1
1.4.6
seambot Mar 29, 2024
ebfd915
Merge branch 'main' into public
razor-x Mar 29, 2024
d61090a
Run npm update
razor-x Jun 14, 2024
232b5a4
Update to c8 v10
razor-x Jun 14, 2024
1743987
Update workflow action versions
razor-x Jun 14, 2024
b90b5af
1.5.0
seambot Jun 14, 2024
d8f767b
Merge branch 'main' into public
razor-x Jun 14, 2024
da8abdb
Run npm update
razor-x Feb 25, 2025
3e39f6b
1.5.1
seambot Feb 25, 2025
a66e314
Merge branch 'main' into public
razor-x Feb 25, 2025
fb8ad89
Remove stale.yml
razor-x Mar 10, 2025
a28732c
1.5.2
seambot Mar 10, 2025
5b5ef33
Only enable stale pull requests
razor-x Mar 10, 2025
e5264e5
1.5.3
seambot Mar 10, 2025
701e050
Merge branch 'main' into public
razor-x Mar 10, 2025
07042f2
Update to Node.js v22
razor-x May 22, 2025
f27f08a
Update dependencies
razor-x May 22, 2025
8c2cfa7
Add @swc/core
razor-x May 22, 2025
72a9b61
1.6.0
seambot May 22, 2025
e6ffbd5
Merge branch 'main' into public
razor-x May 22, 2025
224746a
Remove extra space
razor-x May 23, 2025
7fc570c
1.6.1
seambot May 23, 2025
4675b36
Merge remote-tracking branch 'makenew/public' into node-22
razor-x Jun 5, 2025
6197340
Remove official support for Node v18
razor-x Jun 5, 2025
6ec88c1
Support Node 20
razor-x Jun 5, 2025
ea396e3
Update lockfile
razor-x Jun 5, 2025
9c4dc20
1.6.2
seambot Jun 5, 2025
6100954
Merge branch 'main' into public
razor-x Jun 5, 2025
cd86b1a
Merge remote-tracking branch 'makenew/public' into node-22
razor-x Jun 5, 2025
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
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VARIANT="20"
ARG VARIANT="22"

FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "20"
"VARIANT": "22"
}
},
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
node_version:
description: The Node.js version.
required: false
default: '20'
default: '22'
registry_url:
description: The Node.js package registry URL.
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: The Node.js version.
type: string
required: false
default: '20'
default: '22'
outputs:
artifact_name:
description: The artifact name.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
os:
- ubuntu-latest
node:
- '18'
- '20'
- '22'
include:
- os: ubuntu-latest
os_name: Linux
Expand All @@ -42,8 +42,8 @@ jobs:
fail-fast: false
matrix:
node:
- '18'
- '20'
- '22'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -67,8 +67,8 @@ jobs:
os:
- ubuntu-latest
node:
- '18'
- '20'
- '22'
include:
- os: ubuntu-latest
os_name: Linux
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
fail-fast: false
matrix:
node:
- '18'
- '20'
- '22'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
Loading
Loading