Skip to content

Commit

Permalink
Update to actions/setup-node@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cahamilton committed Feb 21, 2023
1 parent a664b1c commit b02a7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node v${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 18

Expand Down

0 comments on commit b02a7c6

Please sign in to comment.