Skip to content

Commit e43c5b1

Browse files
authored
Update jekyll.yml to include code on setting up Node.
1 parent ed00f1d commit e43c5b1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
- name: Setup Node
37+
uses: actions/setup-node@v2
38+
with:
39+
node-version: '22'
40+
# Install PostCSS plugins (from your package.json)
41+
- run: yarn install
3642
- name: Setup Ruby
3743
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3844
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4

0 commit comments

Comments
 (0)