Skip to content

Commit c2b1946

Browse files
committed
Revert "Upgrade NodeJS version in CI/CD from 16 to 18"
Only until I upgrade the demo code to use a more recent version of NodeJS
1 parent b15a73f commit c2b1946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
gitUserName: ${{ github.actor }}
3737
gitUserEmail: ${{ github.actor }}@users.noreply.github.com
38-
nodeVersion: 18
38+
nodeVersion: 16
3939
clientVersion: ""
4040

4141

0 commit comments

Comments
 (0)