Skip to content

Commit

Permalink
replacing env assignment, previous one was deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekFurstPitt committed Mar 12, 2024
1 parent 513dbcc commit 3b27bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 20
- name: Set process.env.CI to false
run: echo "::set-env name=CI::false"
run: echo "CI=false" >> $GITHUB_ENV
- name: Install dependencies
run: npm install
working-directory: src
Expand Down

0 comments on commit 3b27bf0

Please sign in to comment.