Skip to content

Commit cb2c644

Browse files
Merge pull request #60 from codedbychavez/update-workflow
Update GitHub workflow
2 parents d5c3a0c + f5123d5 commit cb2c644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Run unit and integration tests
3232
strategy:
3333
matrix:
34-
version: [18, 20]
34+
version: [20, 22]
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Using Node.js ${{ matrix.version }}
@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: actions/setup-node@v4
5454
with:
55-
node-version: 20
55+
node-version: 22
5656
registry-url: "https://registry.npmjs.org"
5757

5858
- name: Install dependencies

0 commit comments

Comments
 (0)