Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaj authored Nov 29, 2024
1 parent c4989f3 commit da6560d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
options: --user root
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: "true"
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: "node16"
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: "node16"
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: "node12"
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: "node12"
steps:
- name: Show Env
run: |
Expand All @@ -101,7 +101,7 @@ jobs:
env
echo "HOME=/root" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: Install Rust
run: |
Expand Down

0 comments on commit da6560d

Please sign in to comment.