File tree 1 file changed +4
-46
lines changed
1 file changed +4
-46
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
timeout-minutes : 30
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Setup Node.js environment
15
- uses : actions/setup-node@v2
15
+ uses : actions/setup-node@v4
16
16
with :
17
- node-version : 14
18
-
17
+ node-version : ' 21.x '
18
+
19
19
- name : Install Node.js modules
20
20
run : |
21
21
echo '//npm.pkg.github.com/:_authToken=${{ secrets.PACKAGE_DOWNLOAD_TOKEN }}' > .npmrc
26
26
27
27
- name : VSCE Packge
28
28
run : npx vsce package
29
-
30
- windows :
31
- name : Windows
32
- runs-on : windows-latest
33
- timeout-minutes : 30
34
- steps :
35
- - uses : actions/checkout@v2
36
-
37
- - name : Setup Node.js environment
38
- uses : actions/setup-node@v2
39
- with :
40
- node-version : 14
41
-
42
- - name : Install Node.js modules
43
- run : npm install
44
-
45
- - name : Lint
46
- run : npm run lint
47
-
48
- - name : VSCE Packge
49
- run : npx vsce package
50
-
51
- darwin :
52
- name : macOS
53
- runs-on : macos-latest
54
- timeout-minutes : 30
55
- steps :
56
- - uses : actions/checkout@v2
57
-
58
- - name : Setup Node.js environment
59
- uses : actions/setup-node@v2
60
- with :
61
- node-version : 14
62
-
63
- - name : Install Node.js modules
64
- run : npm install
65
-
66
- - name : Lint
67
- run : npm run lint
68
-
69
- - name : VSCE Packge
70
- run : npx vsce package
You can’t perform that action at this time.
0 commit comments