Install Node.js in container before checkout
This commit is contained in:
@@ -14,6 +14,11 @@ jobs:
|
||||
image: rocker/verse:4.4
|
||||
|
||||
steps:
|
||||
- name: Install Node.js (required for actions/checkout)
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y nodejs
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
@@ -12,6 +12,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install Node.js (required for actions/checkout)
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y nodejs
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
@@ -38,6 +43,11 @@ jobs:
|
||||
image: rocker/tidyverse:4.4
|
||||
|
||||
steps:
|
||||
- name: Install Node.js (required for actions/checkout)
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y nodejs
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
@@ -13,6 +13,11 @@ jobs:
|
||||
image: rocker/tidyverse:4.4
|
||||
|
||||
steps:
|
||||
- name: Install Node.js (required for actions/checkout)
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y nodejs
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user