Skip to content

Commit 6ad29f2

Browse files
refactor(chore): standardize node version to \>=20
To maintain consistency and leverage the latest features and security updates, we are standardizing our Node.js support policy. BREAKING CHANGE: node version 18 is not supported GH-147
1 parent 2fde46f commit 6ad29f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '18.x'
20+
node-version: '20.x'
2121
- name: Configure CI Git User
2222
run: |
2323
git config --global user.name $CONFIG_USERNAME

0 commit comments

Comments
 (0)