Skip to content

Commit

Permalink
fix/ worfklow node-version update
Browse files Browse the repository at this point in the history
  • Loading branch information
shpomp committed Mar 26, 2024
1 parent 9614f60 commit f1c9a36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js 17.3.x
uses: actions/setup-node@v1
with:
node-version: 17.3.x
node-version: 18.x
- run: yarn
env:
CI: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Use Node.js 17.3.x
uses: actions/setup-node@v1
with:
node-version: 17.3.x
node-version: 18.x
- run: yarn
env:
CI: true
Expand All @@ -51,4 +51,3 @@ jobs:
MYSQL_USER: 'root'
MYSQL_PASSWORD: 'password'
MYSQL_DATABASE: 'test'

2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js 17.3.x
uses: actions/setup-node@v1
with:
node-version: 17.3.x
node-version: 18.x
- run: yarn
- run: yarn run prettier:check
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js 17.3.x
uses: actions/setup-node@v1
with:
node-version: 17.3.x
node-version: 18.x
- run: yarn install
env:
CI: true
Expand Down

0 comments on commit f1c9a36

Please sign in to comment.