Skip to content

Commit e1177e0

Browse files
committed
Attempt to update Node and R in CI
1 parent 5a3aaa3 commit e1177e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Node
5858
uses: actions/setup-node@v3
5959
with:
60-
node-version: "16"
60+
node-version: "18"
6161

6262
- name: Install C#
6363
uses: actions/setup-dotnet@v3
@@ -68,7 +68,7 @@ jobs:
6868
if: matrix.os == 'ubuntu-latest'
6969
uses: r-lib/actions/setup-r@v2
7070
with:
71-
r-version: "3.5.3"
71+
r-version: "4.2.2"
7272
- name: Install tmc-r-tester
7373
if: matrix.os == 'ubuntu-latest'
7474
run: |

0 commit comments

Comments
 (0)