We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed00f1d commit e43c5b1Copy full SHA for e43c5b1
1 file changed
.github/workflows/jekyll.yml
@@ -33,6 +33,12 @@ jobs:
33
steps:
34
- name: Checkout
35
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
42
- name: Setup Ruby
43
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
44
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
0 commit comments