We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe0a81 commit 5cae1bdCopy full SHA for 5cae1bd
1 file changed
.github/workflows/jekyll.yml .github/workflows/pages.yml.github/workflows/jekyll.yml renamed to .github/workflows/pages.yml
@@ -56,10 +56,10 @@ jobs:
56
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
57
restore-keys: |
58
${{ runner.os }}-node-modules-
59
- - name: Use Node.js 14
+ - name: Use Node.js
60
uses: actions/setup-node@v2
61
with:
62
- node-version: '14'
+ node-version: '18'
63
- name: Install dependencies
64
run: npm install
65
- name: Generate Data
0 commit comments