Skip to content

Commit ec56042

Browse files
Update build action
1 parent 0e1dabb commit ec56042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

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

1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '16'
17+
node-version: '18'
1818
cache: 'npm'
1919
- name: Install global dependencies
2020
run: npm install -g typescript vsce

0 commit comments

Comments
 (0)