File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
inst/templates/github_ci/dot.github/workflows Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ permissions:
5
5
jobs :
6
6
main :
7
7
name : Run linters and tests
8
- runs-on : ubuntu-20 .04
8
+ runs-on : ubuntu-22 .04
9
9
env :
10
10
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
11
11
steps :
12
12
- name : Checkout repo
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Setup R
16
16
uses : r-lib/actions/setup-r@v2
22
22
uses : r-lib/actions/setup-renv@v2
23
23
24
24
- name : Setup Node
25
- uses : actions/setup-node@v2
25
+ uses : actions/setup-node@v3
26
26
with :
27
- node-version : 16
27
+ node-version : 20
28
28
29
29
- name : Lint R
30
30
if : always()
58
58
59
59
- name : Run Cypress end-to-end tests
60
60
if : always()
61
- uses : cypress-io/github-action@v5
61
+ uses : cypress-io/github-action@v6
62
62
with :
63
63
working-directory : .rhino # Created by earlier commands which use Node.js
64
64
start : npm run run-app
You can’t perform that action at this time.
0 commit comments