Skip to content

Commit 42b2917

Browse files
Merge pull request #675 from vue-a11y/dependabot/github_actions/actions/setup-node-3
chore(deps): bump actions/setup-node from 2 to 3
2 parents 1077763 + 8c50c38 commit 42b2917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
CI: true
1313
steps:
1414
- uses: actions/checkout@master
15-
- uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 14.x
1818
cache: yarn

0 commit comments

Comments
 (0)