Skip to content

Commit

Permalink
Back to node
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed Aug 25, 2019
1 parent 084f4be commit 7504964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

- uses: actions/checkout@v1

# - name: Use Node.js 12.x
# uses: actions/setup-node@v1
# with:
# node-version: 12.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x

- name: NPM Install & Compile
run: |
Expand Down

0 comments on commit 7504964

Please sign in to comment.