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 #37 from sbueringer/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-2.4.0

Bump actions/setup-node from 2.3.1 to 2.4.0
  • Loading branch information
sbueringer committed Aug 9, 2021
2 parents 32bcba8 + a4c1d1f commit 8ac723b
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.3.1
uses: actions/setup-node@v2.4.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit 8ac723b

Please sign in to comment.