Skip to content

Commit

Permalink
replace setup-node with run step
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Dec 20, 2022
1 parent 90e5c21 commit 41126cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/runner/testdata/path-handling/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18
- name: "Append to $GITHUB_PATH"
run: |
echo "/opt/hostedtoolcache/node/18.99/x64/bin" >> $GITHUB_PATH
- name: test path (after setup)
run: |
if ! echo "$PATH" |grep "/opt/hostedtoolcache/node/18.*/\(x64\|arm64\)/bin" ; then
Expand Down

0 comments on commit 41126cf

Please sign in to comment.