Skip to content

Commit a71b1d6

Browse files
fix: Fixed Action Runner node version
1 parent a7948af commit a71b1d6

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
node-version: [22.x, 24.x]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Set up Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: npm
@@ -79,9 +79,9 @@ jobs:
7979
contents: read
8080
id-token: write
8181
steps:
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v6
8383

84-
- uses: actions/setup-node@v4
84+
- uses: actions/setup-node@v6
8585
with:
8686
node-version: '24'
8787
registry-url: https://registry.npmjs.org

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ yarn add @sovereignbase/bytecodec
3535
bun add @sovereignbase/bytecodec
3636
# or
3737
deno add jsr:@sovereignbase/bytecodec
38+
# or
39+
vlt install jsr:@sovereignbase/bytecodec
3840
```
3941

4042
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sovereignbase/bytecodec",
33
"version": "1.3.1",
4-
"description": "JS/TS agnostic byte toolkit for UTF-8 strings, base64, base64url, JSON, normalization, compression, concatenation, and comparison.",
4+
"description": "JS/TS Runtime-Agnostic byte toolkit for UTF-8 strings, base64, base64url, JSON, normalization, compression, concatenation, and comparison.",
55
"keywords": [
66
"base64url",
77
"base64",

0 commit comments

Comments
 (0)