Skip to content

Commit 643590d

Browse files
committed
Fix CI
1 parent a995412 commit 643590d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Use Node.js
6767
uses: actions/setup-node@v3
6868
with:
69-
node-version: 16
69+
node-version: 18
7070
- run: npm install
7171
- name: lint
7272
if: runner.os == 'Linux-NOSUCH'
@@ -80,12 +80,12 @@ jobs:
8080
if: runner.os == 'Linux'
8181
run: |
8282
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
83-
- uses: actions/upload-artifact@v3
83+
- uses: actions/upload-artifact@v4.4.2
8484
if: (runner.os == 'Linux') && (github.event_name != 'release')
8585
with:
8686
name: ${{ steps.set-version.outputs.name }}.vsix
8787
path: ${{ steps.set-version.outputs.name }}.vsix
88-
- uses: actions/upload-artifact@v3
88+
- uses: actions/upload-artifact@v4.4.2
8989
if: runner.os == 'Linux'
9090
with:
9191
name: meta

0 commit comments

Comments
 (0)