Skip to content

Commit 5cae1bd

Browse files
authored
bump node
1 parent efe0a81 commit 5cae1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml renamed to .github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
5757
restore-keys: |
5858
${{ runner.os }}-node-modules-
59-
- name: Use Node.js 14
59+
- name: Use Node.js
6060
uses: actions/setup-node@v2
6161
with:
62-
node-version: '14'
62+
node-version: '18'
6363
- name: Install dependencies
6464
run: npm install
6565
- name: Generate Data

0 commit comments

Comments
 (0)