Skip to content

Commit

Permalink
chore: update github actions to node 16 #3551
Browse files Browse the repository at this point in the history
  • Loading branch information
BramDevlaminck committed Aug 1, 2022
1 parent 20903a4 commit 6731481
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Use node 12
- name: Use node 16
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: yarn
- name: Install JS dependencies
run: |
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: yarn
- name: Install dependencies
run: |
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Use node 12
- name: Use node 16
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: yarn
- name: Setup chromium-chromedriver
uses: nanasess/setup-chromedriver@master
Expand Down

0 comments on commit 6731481

Please sign in to comment.