21
21
sudo apt install --yes curl
22
22
curl --location https://deb.nodesource.com/setup_14.x | sudo --preserve-env bash -
23
23
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
# workaround for https://github.com/actions/runner/issues/2033
26
26
- name : ownership workaround
27
27
run : git config --global --add safe.directory '*'
50
50
sudo apt install --yes curl
51
51
curl --location https://deb.nodesource.com/setup_16.x | sudo --preserve-env bash -
52
52
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
# workaround for https://github.com/actions/runner/issues/2033
55
55
- name : ownership workaround
56
56
run : git config --global --add safe.directory '*'
79
79
sudo apt install --yes curl
80
80
curl --location https://deb.nodesource.com/setup_18.x | sudo --preserve-env bash -
81
81
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
82
- - uses : actions/checkout@v3
82
+ - uses : actions/checkout@v4
83
83
# workaround for https://github.com/actions/runner/issues/2033
84
84
- name : ownership workaround
85
85
run : git config --global --add safe.directory '*'
@@ -108,7 +108,7 @@ jobs:
108
108
sudo apt install --yes curl
109
109
curl --location https://deb.nodesource.com/setup_20.x | sudo --preserve-env bash -
110
110
sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
111
- - uses : actions/checkout@v3
111
+ - uses : actions/checkout@v4
112
112
# workaround for https://github.com/actions/runner/issues/2033
113
113
- name : ownership workaround
114
114
run : git config --global --add safe.directory '*'
@@ -127,7 +127,7 @@ jobs:
127
127
windows :
128
128
runs-on : windows-2022
129
129
steps :
130
- - uses : actions/checkout@v3
130
+ - uses : actions/checkout@v4
131
131
with :
132
132
max_attempts : 3
133
133
- name : Update yarn
0 commit comments