Skip to content

Commit

Permalink
chore: remove explicit node from setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 14, 2023
1 parent f9c1da1 commit f73ae2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Installs the workspace's yarn dependencies and caches them
runs:
using: composite
steps:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 18.17.1
- name: Cache
uses: actions/cache@v3
id: cache
Expand Down

0 comments on commit f73ae2f

Please sign in to comment.