Skip to content

Commit

Permalink
Tuning of the specific versions of node that VS Code likes to run in
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Apr 11, 2024
1 parent f3c5155 commit 5a7136a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18.20
node-version: 18.15
cache: 'npm'
cache-dependency-path: rascal-vscode-extension/package-lock.json
registry-url: 'https://registry.npmjs.org'
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18.20
node-version: 18.15
cache: 'npm'
cache-dependency-path: rascal-vscode-extension/package-lock.json
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion rascal-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": "0.11.2-head",
"engines": {
"vscode": "^1.82.0",
"node": ">=18"
"node": ">=18.15.0 <=18.18.2"
},
"type": "commonjs",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 5a7136a

Please sign in to comment.