Skip to content

Commit 2d13b3c

Browse files
authored
Merge pull request #34 from mrcgrtz/dependabot/github_actions/actions/setup-node-3
Bump actions/setup-node from 2 to 3
2 parents 3b3d958 + a642273 commit 2d13b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Installation

0 commit comments

Comments
 (0)