Skip to content

Commit

Permalink
Update actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Sep 13, 2023
1 parent 3196af5 commit 236e022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
cache: 'yarn'

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v2

- name: Use node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
cache: 'yarn'

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@v2

- name: Use node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
cache: 'yarn'

Expand Down

0 comments on commit 236e022

Please sign in to comment.