Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/setup-node action to v3
Browse files Browse the repository at this point in the history
renovate-bot committed Jun 10, 2022

Verified

This commit was signed with the committer’s verified signature.
kulmann Benedikt Kulmann
1 parent 9ae7324 commit 50c52f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Get yarn cache

0 comments on commit 50c52f4

Please sign in to comment.