Skip to content

Commit b15a73f

Browse files
committed
Upgrade NodeJS version in CI/CD from 16 to 18
1 parent e8235d6 commit b15a73f

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: 16
38+
nodeVersion: 18
3939
clientVersion: ""
4040

4141

0 commit comments

Comments
 (0)