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 4ed5190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 4ed5190

Please sign in to comment.