Skip to content
Snippets Groups Projects
Commit f4c20e96 authored by joeappleton18's avatar joeappleton18
Browse files

updated node version

parent 05e17fee
No related branches found
No related tags found
No related merge requests found
Pipeline #69637 passed
image: node:9.11.1 image: node:20.11.1
pages: pages:
cache: cache:
......
module.exports = { module.exports = {
title: 'Lab 5', title: 'Lab 5',
description: 'Lab 5', description: 'Lab 5',
base: '/vuepress/', base: '/',
dest: 'public' dest: 'public'
} }
\ No newline at end of file
...@@ -10,8 +10,7 @@ ...@@ -10,8 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"vuepress": "^1.9.10" "vuepress": "^1.9.10"
}, }
"devDependencies": {}
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
"version": "2.3.0", "version": "2.3.0",
......
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
"build": "vuepress build docs" "build": "vuepress build docs"
}, },
"dependencies": { "dependencies": {
"vuepress": "^1.9.10" "vuepress": "^0.10.0"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment