Skip to content

Commit 12943f4

Browse files
Use github env path var
1 parent 2ab5972 commit 12943f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Add npm global bin to PATH
3030
run: |
31-
echo "::add-path::$(npm bin -g)"
32-
31+
echo "$(npm bin -g)" >> $GITHUB_PATH
32+
3333
- name: Check current working directory
3434
run: pwd
3535

0 commit comments

Comments
 (0)