Skip to content

Commit

Permalink
npm install module 'css' and upgrade nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
moralok committed May 25, 2023
1 parent e91f724 commit 30f7df1
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- name: Cache NPM dependencies
uses: actions/cache@v2
with:
Expand Down
73 changes: 70 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"version": "6.3.0"
},
"dependencies": {
"css": "^3.0.0",
"hexo": "^6.3.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
Expand All @@ -23,4 +24,4 @@
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0"
}
}
}

0 comments on commit 30f7df1

Please sign in to comment.