Skip to content

Commit

Permalink
.github/workflows: fix node-version
Browse files Browse the repository at this point in the history
Signed-off-by: wangjiezhe <wangjiezhe@gmail.com>
  • Loading branch information
wangjiezhe committed Nov 13, 2024
1 parent fbda229 commit f1c315e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
egencache --jobs=$(nproc) --update --repo "$repo_name" &> /dev/null
eix-update
echo "::endgroup::"
# eix
echo "::group::eix search packages"
pkgs=$(ACCEPT_LICENSE="*" ACCEPT_KEYWORDS="~amd64" EIX_LIMIT=0 NAMEVERSION="<category>/<name>-<version>\n" eix --pure-packages --in-overlay "$repo_name" --format '<bestversion:NAMEVERSION>')
Expand Down Expand Up @@ -68,12 +67,13 @@ jobs:
cat new_ver.json
echo "nvcmp=$(nvcmp --file overlay.toml --json --newer)" >> $GITHUB_OUTPUT
echo "::endgroup::"
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: latest

- name: install github-script depends
run: |
Expand Down

0 comments on commit f1c315e

Please sign in to comment.