Skip to content

Commit 6c82cb6

Browse files
committed
Merge branch 'master' into feature-ddb-set-support
2 parents 4612cce + d0617b8 commit 6c82cb6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20.x
19+
node-version: 24.x
2020
registry-url: https://registry.npmjs.org/
2121
# Ensure npm 11.5.1 or later is installed
2222
- name: Update npm

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [18.x, 20.x]
13+
node-version: [20.x, 22.x, 24.x]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ lib
66
coverage
77
.npmrc
88
*.tgz
9+
.nvmrc

0 commit comments

Comments
 (0)