We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3211c00 commit 9ef5314Copy full SHA for 9ef5314
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
#node: [ '16', '17' ]
27
- node: [ '17' ]
+ node: [ '18' ]
28
#os: [ windows-latest, ubuntu-latest ]
29
os: [ ubuntu-latest ]
30
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/checkout@v3
51
- uses: actions/setup-node@v3
52
with:
53
- node-version: '16'
+ node-version: '18'
54
- uses: bahmutov/npm-install@v1
55
- run: yarn build-storybook -o ./build_storybook
56
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
0 commit comments