Skip to content

Commit

Permalink
chore: Update CI workflow (#654)
Browse files Browse the repository at this point in the history
- Bump actions/checkout to v4.
- Update deprecated set-output command.
  • Loading branch information
abhiram6121 authored Oct 1, 2023
1 parent 2d61717 commit ff5e67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout commit
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT
id: nvm

- name: Setup node
Expand Down

0 comments on commit ff5e67c

Please sign in to comment.