Skip to content

Commit d4ef8d3

Browse files
author
Dylan Dietz
committed
fix: update Node.js version in CI/CD workflow to 22.x
1 parent 8f0d9ef commit d4ef8d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x, 23.x]
16+
node-version: [18.x, 20.x, 22.x]
1717

1818
steps:
1919
- name: Checkout
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Node.js
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: '23.x'
70+
node-version: '22.14.0'
7171
cache: 'npm'
7272

7373
- name: Update npm to latest version

0 commit comments

Comments
 (0)