Skip to content

Commit c3db07f

Browse files
committed
Add tests for node 20 and current (node 21 currently)
1 parent d461ea7 commit c3db07f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: "16"
36+
node-version: "20"
3737
registry-url: https://registry.npmjs.org/
3838
- run: npm ci
3939
- run: npm publish

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: "16"
32+
node-version: "20"
3333

3434
# Action Repo: https://github.com/actions/cache
3535
- name: "Cache node_modules"
@@ -64,7 +64,8 @@ jobs:
6464
- "14"
6565
- "16"
6666
- "18"
67-
- "19"
67+
- "20"
68+
- current
6869

6970
steps:
7071
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)