Skip to content

Commit

Permalink
Updates/Changes Node CI Version
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Mar 24, 2021
1 parent 2ba3513 commit d7f3297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Using Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand Down

0 comments on commit d7f3297

Please sign in to comment.