Skip to content

Commit

Permalink
22.4 verified locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastermindzh committed Jul 7, 2024
1 parent 625c549 commit 4c60067
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 @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 20
node-version: 22.4
- run: npm install
- run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 20
node-version: 22.4
- run: npm install
- run: npm run build
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit 4c60067

Please sign in to comment.