Skip to content

Commit 13b157a

Browse files
committed
feat: Use the latest versions of Ubuntu, Node and actions
1 parent 8795d33 commit 13b157a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inst/templates/github_ci/dot.github/workflows/rhino-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ permissions:
55
jobs:
66
main:
77
name: Run linters and tests
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
env:
1010
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Setup R
1616
uses: r-lib/actions/setup-r@v2
@@ -22,9 +22,9 @@ jobs:
2222
uses: r-lib/actions/setup-renv@v2
2323

2424
- name: Setup Node
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v3
2626
with:
27-
node-version: 16
27+
node-version: 20
2828

2929
- name: Lint R
3030
if: always()
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Run Cypress end-to-end tests
6060
if: always()
61-
uses: cypress-io/github-action@v5
61+
uses: cypress-io/github-action@v6
6262
with:
6363
working-directory: .rhino # Created by earlier commands which use Node.js
6464
start: npm run run-app

0 commit comments

Comments
 (0)