|
16 | 16 | sudo apt install --yes curl
|
17 | 17 | curl --location https://deb.nodesource.com/setup_14.x | sudo --preserve-env bash -
|
18 | 18 | sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
|
19 |
| - - uses: actions/checkout@v2 |
| 19 | + - uses: actions/checkout@v3 |
20 | 20 | # workaround for https://github.com/actions/runner/issues/2033
|
21 | 21 | - name: ownership workaround
|
22 | 22 | run: git config --global --add safe.directory '*'
|
|
45 | 45 | sudo apt install --yes curl
|
46 | 46 | curl --location https://deb.nodesource.com/setup_16.x | sudo --preserve-env bash -
|
47 | 47 | sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
|
48 |
| - - uses: actions/checkout@v2 |
| 48 | + - uses: actions/checkout@v3 |
49 | 49 | # workaround for https://github.com/actions/runner/issues/2033
|
50 | 50 | - name: ownership workaround
|
51 | 51 | run: git config --global --add safe.directory '*'
|
|
74 | 74 | sudo apt install --yes curl
|
75 | 75 | curl --location https://deb.nodesource.com/setup_18.x | sudo --preserve-env bash -
|
76 | 76 | sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
|
77 |
| - - uses: actions/checkout@v2 |
| 77 | + - uses: actions/checkout@v3 |
78 | 78 | # workaround for https://github.com/actions/runner/issues/2033
|
79 | 79 | - name: ownership workaround
|
80 | 80 | run: git config --global --add safe.directory '*'
|
|
93 | 93 | windows:
|
94 | 94 | runs-on: windows-2022
|
95 | 95 | steps:
|
96 |
| - - uses: actions/checkout@v2 |
| 96 | + - uses: actions/checkout@v3 |
97 | 97 | - name: Update yarn
|
98 | 98 | run: |
|
99 | 99 | node --version
|
|
0 commit comments