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

require node 14

This commit is contained in:
2023-05-25 09:43:47 -04:00
parent 8989796023
commit 08cead98d6
5 changed files with 261 additions and 312 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ jobs:
name: Publish to NPM
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn publish