Skip to content

Commit 5e526f2

Browse files
authored
ci: run tests in Node.js 22 (#154)
1 parent fb8d7ff commit 5e526f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
node: [21.x, 20.x, 18.x, "18.18.0"]
27+
node: [22.x, 21.x, 20.x, 18.x, "18.18.0"]
2828
include:
2929
- os: windows-latest
3030
node: "lts/*"

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
{ "type": "refactor", "section": "Chores", "hidden": false },
3030
{ "type": "test", "section": "Chores", "hidden": false }
3131
]
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
if: ${{ steps.release.outputs.release_created }}
34-
- uses: actions/setup-node@v3
34+
- uses: actions/setup-node@v4
3535
with:
3636
node-version: lts/*
3737
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)