fix: updating dependencies
publish / Build-and-publish (push) Failing after 7m15s

This commit is contained in:
Unknown
2026-07-13 20:17:16 +01:00
parent 8b2603f804
commit efaa05549b
7 changed files with 24 additions and 188 deletions
+10 -11
View File
@@ -1,26 +1,25 @@
name: Gatsby Publish
# on:
# push:
# branches: main
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.17.0]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Check prettier offences
run: npm run lint