Skip to content

Commit cdf05b7

Browse files
committed
actions: update
1 parent 197924b commit cdf05b7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/vsce.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
name: VSCE CI
22

3-
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
branches: [master]
3+
on: [push, pull_request]
84

95
jobs:
106
build:
117
runs-on: ubuntu-latest
128
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1511
with:
16-
node-version: 16
12+
node-version: 20
1713
- run: npm ci
1814
- run: npm run build --if-present
1915
- run: npm test --if-present

0 commit comments

Comments
 (0)