Skip to content

Commit

Permalink
fix: updated Node.js versions in Bacon scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Oct 5, 2022
1 parent 1724a5f commit 7a7b133
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v2
with:
node-version: v16.15.0
node-version: v16.17.1
cache: yarn
- name: node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warm-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v2
with:
node-version: v16.15.0
node-version: v16.17.1
cache: yarn
- name: node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x-browser-vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v2
with:
node-version: v16.15.0
node-version: v16.17.1
cache: yarn
- name: node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

NODE_VERSION=v16.15.0
NODE_VERSION=v16.17.1

echo "installing node ${NODE_VERSION}"
if setup_service node $NODE_VERSION; then
Expand Down

0 comments on commit 7a7b133

Please sign in to comment.