Skip to content

Commit

Permalink
👽 Upgrade to NodeJS 20 based actions
Browse files Browse the repository at this point in the history
NodeJS 16 is end of life.
  • Loading branch information
sergei-maertens committed Jan 25, 2024
1 parent 27cf373 commit 61981c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:
echo "requirements_dir_prefix=${prefix}" >> $GITHUB_OUTPUT
shell: bash

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: 'pip'
Expand All @@ -109,7 +109,7 @@ runs:
working-directory: ${{ inputs.working-directory }}

# TODO: enable cache
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
if: ${{ inputs.setup-node == 'yes' }}
with:
node-version-file: ${{ inputs.nvmrc-custom-dir && format('{0}/{1}', inputs.nvmrc-custom-dir, '.nvmrc') || '.nvmrc' }}
Expand Down

0 comments on commit 61981c3

Please sign in to comment.