Skip to content

Commit

Permalink
chore: update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
asgorobets committed Nov 3, 2024
1 parent a8bc0ee commit 344015e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '>=20.18.0'
- name: Install dependencies
run: yarn
run: yarn install --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.18.0
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "next-contentful-starterkit",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.18.0"
},
"scripts": {
"prepare": "husky install",
"postinstall": "husky install",
Expand Down

0 comments on commit 344015e

Please sign in to comment.