Skip to content

Commit c5660bb

Browse files
Merge pull request #160 from microsoftgraph/dependabot/github_actions/actions/setup-node-4
2 parents 091e150 + 47e010e commit c5660bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
cp ./src/Config.example.ts ./src/Config.ts
3333
- name: Verify npm all runs and build output matches
34-
uses: actions/setup-node@v3
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737
- run: yarn install

0 commit comments

Comments
 (0)