Skip to content

Commit 9f77d9c

Browse files
committed
chore: update actions
1 parent 975243f commit 9f77d9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20.x
15+
node-version: 22
16+
cache: 'npm'
1617
- run: npm install
1718
- run: mkdir -p packages
1819
- run: npx vsce package -o packages

0 commit comments

Comments
 (0)