Fix build

This commit is contained in:
vladimir.skipina
2023-12-01 14:35:54 +01:00
parent d93be866c3
commit f117284a30
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: publish
on:
push:
branches: [ main ]
branches: [main]
jobs:
publish:
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: "18.x"
- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: "18.x"
- name: Test Build
working-directory: foomo
run: |
@@ -23,4 +23,4 @@ jobs:
else
npm i
fi
npm run build
npm run build