Skip to content

Commit

Permalink
Upgrade VSCode 1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felx-B committed Sep 8, 2023
1 parent 6c4311b commit c1a68cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Setup Build Environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion build.js
Expand Up @@ -3,7 +3,7 @@ const child_process = require("child_process");
const fs = require("fs");
const fse = require("fs-extra");

const vscodeVersion = "1.81.0";
const vscodeVersion = "1.82.0";

if (!fs.existsSync("vscode")) {
child_process.execSync(`git clone --depth 1 https://github.com/microsoft/vscode.git -b ${vscodeVersion}`, {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-web",
"version": "1.81.0",
"version": "1.82.0",
"description": "Visual Studio Code for browser",
"files": ["dist"],
"scripts": {
Expand Down

0 comments on commit c1a68cb

Please sign in to comment.