Skip to content

Commit 4feedcb

Browse files
committed
ci: workflow will now test against the latest LTS version of Node.js (22) instead of the older 18.x branch
1 parent 76e6fbf commit 4feedcb

File tree

2 files changed

+1
-1134
lines changed

2 files changed

+1
-1134
lines changed

.github/workflows/authc2-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [22.x]
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)