Skip to content

Commit

Permalink
node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Oct 13, 2024
1 parent d020e31 commit 7807fe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-container-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
echo "YBFEED_VERSION=`git describe --tags`" >> $GITHUB_ENV
# Build web ui
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x
- run: yarn
working-directory: ./web/ui
- run: yarn build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
echo "YBFEED_VERSION=`git describe --tags`" >> $GITHUB_ENV
# Build web ui
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x
- run: yarn
working-directory: ./web/ui
- run: yarn build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
echo "YBFEED_VERSION=`git describe --tags`" >> $GITHUB_ENV
# Build web ui
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x
- run: yarn
working-directory: ./web/ui
- run: yarn build
Expand Down

0 comments on commit 7807fe7

Please sign in to comment.