Skip to content

Commit 9ef5314

Browse files
committed
Use node 18 in workflow test
1 parent 3211c00 commit 9ef5314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
#node: [ '16', '17' ]
27-
node: [ '17' ]
27+
node: [ '18' ]
2828
#os: [ windows-latest, ubuntu-latest ]
2929
os: [ ubuntu-latest ]
3030
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- uses: actions/setup-node@v3
5252
with:
53-
node-version: '16'
53+
node-version: '18'
5454
- uses: bahmutov/npm-install@v1
5555
- run: yarn build-storybook -o ./build_storybook
5656
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git

0 commit comments

Comments
 (0)