Skip to content

Commit

Permalink
version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MoKranda committed Jan 15, 2025
1 parent b55d3d7 commit ab4b512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- run: yarn install
- run: yarn build
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- uses: kheiakiyama/install-azcopy-action@v1
with:
version: 'v10'
Expand Down

0 comments on commit ab4b512

Please sign in to comment.