Skip to content

Commit

Permalink
Upgrade Node to v18.16.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo authored Jun 13, 2023
1 parent a8ed880 commit d57f06c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.4.0
18.16.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.4.0
nodejs 18.16.0
yarn 1.22.10
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run(port=False):
if port:
command += ['-p', '127.0.0.1:8080:8080']

command.append('node:16.4.0-alpine')
command.append('node:18.16.0-alpine')

return command

Expand Down

0 comments on commit d57f06c

Please sign in to comment.