bump node version

This commit is contained in:
Tom 2024-07-29 11:41:48 +01:00
parent 6ef5d9b380
commit 52eec1ec4c

View File

@ -45,7 +45,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install NPM packages
run: npm clean-install
- name: Build with Jekyll