1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -04:00

stop testing against deprecated gohugoio/hugoBasicExample site (#165)

This commit is contained in:
2024-02-21 10:20:39 -05:00
committed by GitHub
parent adf87d575e
commit 9ae6c38029
4 changed files with 226 additions and 220 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ jobs:
name: Publish to NPM
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn publish