Skip to content

Commit

Permalink
upgrade example and gh action to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 7, 2023
1 parent e2e31a2 commit c10b8bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
3 changes: 3 additions & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@
},
"msw": {
"workerDirectory": "public"
},
"engines": {
"node": ">=18.0.0"
}
}

0 comments on commit c10b8bb

Please sign in to comment.