Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from sbueringer/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-2.2.0

Bump actions/setup-node from 2.1.5 to 2.2.0
  • Loading branch information
sbueringer committed Jul 1, 2021
2 parents 016854f + 0a40e8a commit 55800a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sed -i "s/1.0.0/${VERSION}/g" package.json
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit 55800a4

Please sign in to comment.