Skip to content

Commit 55aef1e

Browse files
authored
Merge pull request #83 from badsyntax/dependabot/github_actions/actions/setup-node-3
Bump actions/setup-node from 2.5.1 to 3
2 parents 006e3b7 + 3f9270d commit 55aef1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222

2323
- name: Set Node.js 16.x
24-
uses: actions/setup-node@v2.5.1
24+
uses: actions/setup-node@v3
2525
with:
2626
node-version: 16.x
2727

0 commit comments

Comments
 (0)