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

Commit

Permalink
fix: pin down actions/node-setup to v2.1.5 (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Jul 9, 2021
1 parent 1182bb8 commit 3229557
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v2.1.5
with:
node-version: '14.x'

Expand Down

0 comments on commit 3229557

Please sign in to comment.