Skip to content

Commit

Permalink
Merge pull request #864 from reg-viz/upgrade_lower_node_version
Browse files Browse the repository at this point in the history
feat: Drop old Node.js
  • Loading branch information
Quramy committed Mar 26, 2024
2 parents 6c29692 + 48b95ed commit 9560cfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integrated_test.yml
Expand Up @@ -13,6 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
example_dir:
- examples/v7-managed-react
- examples/v7-simple-react
Expand All @@ -26,7 +27,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version || '18.x' }}
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn bootstrap
Expand Down
2 changes: 1 addition & 1 deletion packages/storycap/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "4.3.1",
"description": "A Storybook addon, Save the screenshot image of your stories! via puppeteer.",
"engines": {
"node": ">=14.13"
"node": ">=18"
},
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/storycrawler/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "4.3.1",
"description": "Utilities to build Storybook crawling tools with Puppeteer",
"engines": {
"node": ">=14.13"
"node": ">=18"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 9560cfa

Please sign in to comment.