mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
set major for tool install
This commit is contained in:
parent
9553dcdefa
commit
a0b8c4c6b7
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-feed.yaml
vendored
4
.github/workflows/update-feed.yaml
vendored
|
|
@ -20,8 +20,10 @@ jobs:
|
|||
uses: actions/setup-node@v2.1.4
|
||||
with:
|
||||
node-version: "14"
|
||||
- name: Install osmosfeed
|
||||
run: npm i @osmoscraft/osmosfeed@^1.0.0
|
||||
- name: Build the feed
|
||||
run: npx @osmoscraft/osmosfeed
|
||||
run: npx osmosfeed
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue