Skip to content

Commit 7c30699

Browse files
authored
Update ci.yml
1 parent aefa39b commit 7c30699

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 16.x
18+
node-version: 18.x
1919

2020
- run: npm install
2121

2222
- run: npx vsce package
2323

24-
- uses: actions/upload-artifact@v3
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
name: package
2727
path: '*.vsix'

0 commit comments

Comments
 (0)