Skip to content

Commit

Permalink
Version up nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-rio committed Dec 19, 2024
1 parent c65b884 commit fcbf2fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
GO_VERSION: '1.23.4'
NODE_VERSION: '18.20.4'
NODE_VERSION: '18.20.5'
DIST_FOLDER: 'dist'
REGISTRY: 'ghcr.io'
SSH_KEY_FILE_DIR: .keys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

'env':
'GO_VERSION': '1.23.3'
'NODE_VERSION': '18.20.4'
'NODE_VERSION': '18.20.5'

'on':
'push':
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.4
18.20.5

0 comments on commit fcbf2fa

Please sign in to comment.