Skip to content

Commit

Permalink
updating to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Feb 1, 2024
1 parent f1a77c6 commit 1746e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from node:16
from node:18
workdir docs
copy . .
run cd website && npm install && npm run build
Expand Down

0 comments on commit 1746e5e

Please sign in to comment.