Skip to content

Commit 2c21d24

Browse files
guillaume-kotulskiF4r3nDamienFuzeau
authored
Update to 0.2.2 (#29)
* update dependencies * bump vscode version to 1.85 (november 2023) * update node to v22 + update workflow dependencies * Add language associated to 4D files * remove preview package and update dependencies * update last version and fix UT * Documentation typo fix * update packages --------- Co-authored-by: F4r3n <[email protected]> Co-authored-by: Damien Fuzeau <[email protected]>
1 parent 40381ad commit 2c21d24

File tree

7 files changed

+2922
-828
lines changed

7 files changed

+2922
-828
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [22.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
defaults:
2020
run:
2121
working-directory: 'editor' # Here the path to the folder where package-lock.json is located.
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
name: Use Node.js ${{ matrix.node-version }}
26-
- uses: actions/setup-node@v3
26+
- uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
@@ -35,7 +35,7 @@ jobs:
3535
mkdir dist
3636
vsce package --out "dist/"
3737
- name: Archive production artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: package
4141
path: |

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Install Nodejs
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: 16.x
19+
node-version: 22.x
2020

2121
- name: Download artifact
2222
id: download-artifact
23-
uses: dawidd6/action-download-artifact@v2
23+
uses: dawidd6/action-download-artifact@v5
2424
with:
2525
workflow: build_workflow.yml
2626
name: package

editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 4D Analyzer
22

3-
This extension developed by **[4D](https://www.4d.com/)** provides support for the **[4D language](https://developer.4d.com/docs/Concepts/about,)** through the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/).
3+
This extension developed by **[4D](https://www.4d.com/)** provides support for the **[4D language](https://developer.4d.com/docs/Concepts/about/)** through the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/).
44

55
## Features
66

0 commit comments

Comments
 (0)