File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ jobs:
13
13
14
14
strategy :
15
15
matrix :
16
- node-version : [14.x ]
16
+ node-version : [16 ]
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
- name : Update system
21
21
run : sudo apt-get update
22
22
- name : Install system dependencies
23
23
run : sudo apt-get install -y ubuntu-restricted-addons chromium-codecs-ffmpeg-extra gstreamer1.0-libav gstreamer1.0-plugins-ugly gstreamer1.0-vaapi
24
24
- name : Using Node.js ${{ matrix.node-version }}
25
- uses : actions/setup-node@v1
25
+ uses : actions/setup-node@v3
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
28
- name : Cache Node.js modules
29
- uses : actions/cache@v2
29
+ uses : actions/cache@v3
30
30
with :
31
31
# npm cache files are stored in `~/.npm` on Linux/macOS
32
32
path : ~/.npm
Original file line number Diff line number Diff line change 8
8
publish-npm :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v1
11
+ - uses : actions/checkout@v3
12
+ - uses : actions/setup-node@v3
13
13
with :
14
- node-version : 14
14
+ node-version : 16
15
15
registry-url : https://registry.npmjs.org/
16
16
- name : Cache Node.js modules
17
- uses : actions/cache@v2
17
+ uses : actions/cache@v3
18
18
with :
19
19
# npm cache files are stored in `~/.npm` on Linux/macOS
20
20
path : ~/.npm
You can’t perform that action at this time.
0 commit comments