Skip to content

Commit

Permalink
install npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
poxrud committed Aug 28, 2023
1 parent f267e47 commit 97ac8c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"

- name: Install npm packages
run: npm i

- name: Setup Ruby and install gem dependencies
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 97ac8c6

Please sign in to comment.