mirror of
https://github.com/VSCodium/policy-watcher.git
synced 2025-12-10 03:53:55 -06:00
chore: use Node 18 and Python 3.11 (#30)
This commit is contained in:
parent
ae68e2d235
commit
f4100fb1ac
@ -25,6 +25,9 @@ extends:
|
||||
npmPackages:
|
||||
- name: vscode-policy-watcher
|
||||
buildSteps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.11'
|
||||
- script: npm ci
|
||||
testPlatforms:
|
||||
- name: Linux
|
||||
@ -34,6 +37,9 @@ extends:
|
||||
- name: Windows
|
||||
nodeVersions: [18.17.x]
|
||||
testSteps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.11'
|
||||
- script: npm ci
|
||||
env:
|
||||
npm_config_disturl: https://electronjs.org/headers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user