Skip to content

Commit

Permalink
Merge pull request #2043 from keesschollaart81/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 20, 2022
2 parents ac82042 + 0cdbf75 commit c160211
Show file tree
Hide file tree
Showing 15 changed files with 2,371 additions and 524 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-language-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: 🏗 Set up NodeJS
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.1.1
with:
node-version: "14"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: 🏗 Set up NodeJS
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.1.1
with:
node-version: "14"

Expand Down
Loading

0 comments on commit c160211

Please sign in to comment.