Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commitf0eb1ce

Browse files
remove pipeline updates
1 parenta19df4f commitf0eb1ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.github/workflows/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
# written, but it should be updated when VS Code updates its Node version.
3030
# Node needs to be installed before OS-specific setup so that we can run
3131
# the hash verification script.
32-
-name:Use Node18.x
32+
-name:Use Node16.x
3333
uses:actions/setup-node@v2
3434
with:
35-
node-version:18.x
35+
node-version:16.x
3636

3737
# On new macos-latest machines, Python 3.9+ is used, and it's causing issues with binding.gyp
3838
-name:Use Python 3.8

‎build/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
zipSources:false
2828
condition:ne(variables['Build.Reason'], 'PullRequest')
2929
-task:NodeTool@0
30-
displayName:Use Node18.x
30+
displayName:Use Node16.x
3131
inputs:
32-
versionSpec:18.x
32+
versionSpec:16.x
3333
-${{ if parameters.prerelease }}:
3434
-pwsh:node -e "p=require('./package.json');p.version=p.version.replace(/\.\d+$/,'.'+$(Build.BuildNumber));require('fs').writeFileSync('./package.json',JSON.stringify(p,undefined,2))"
3535
-script:npm install --global gulp node-gyp @vscode/vsce

‎build/prerelease.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ extends:
5454
-download:current
5555
artifact:extension-vsixes
5656
-task:NodeTool@0
57-
displayName:Use Node18.x
57+
displayName:Use Node16.x
5858
inputs:
59-
versionSpec:18.x
59+
versionSpec:16.x
6060
-script:npm install --global @vscode/vsce
6161
displayName:Install vsce
6262
-script:for f in $(Pipeline.Workspace)/extension-vsixes/*.vsix; do vsce publish --packagePath $f; done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp