Skip to content

Commit

Permalink
update node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 27, 2024
1 parent bc45ec8 commit d942aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ runs:
GITHUB_TOKEN: ${{ inputs.token }}

- name: Stetup Node.JS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: 'npm'

- name: Update NPM registry path
Expand Down

0 comments on commit d942aa9

Please sign in to comment.