Skip to content

Commit 06a70b5

Browse files
Bump actions/setup-node from 2 to 3 (#41)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cbdf07 commit 06a70b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v2
2929

3030
- name: ⎔ Setup node ${{ matrix.node }}
31-
uses: actions/setup-node@v2
31+
uses: actions/setup-node@v3
3232
with:
3333
node-version: ${{ matrix.node }}
3434
cache: npm

0 commit comments

Comments
 (0)