Skip to content

Commit d6258b6

Browse files
committed
Use node 16 and cache npm packages
1 parent 4bfa23c commit d6258b6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .github/workflows/jekyll.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13-
# Node-specific steps
1413
- name: Install node modules
15-
run: |
16-
npm install
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: 16
17+
cache: 'npm'
1718

1819
# Ruby-specific steps
1920
- name: Set up Ruby 3.0

0 commit comments

Comments
 (0)