Skip to content

Commit

Permalink
Merge pull request #1807 from Kajabi/chore/upgrade-node-to-16.20.2
Browse files Browse the repository at this point in the history
chore: upgrade node version to match Kajabi Products
  • Loading branch information
ju-Skinner authored Oct 16, 2023
2 parents 83602ea + bd726dd commit fb44dc0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set Node Version
uses: actions/setup-node@v3
with:
node-version: 16.20.0
node-version: 16.20.2

- name: Documentation Site Deploy
env:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release-deploy-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.20.0
node-version: 16.20.2

- name: Set NPM Config
run: npm config set '//npm.pkg.github.com/:_authToken' '${{ secrets.ACCESS_TOKEN }}'
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.20.0
node-version: 16.20.2

- name: Restore Node modules
uses: actions/cache/restore@v3
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.20.0
node-version: 16.20.2

- name: Restore Node modules
uses: actions/cache/restore@v3
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.20.0
node-version: 16.20.2

- name: Restore Node modules
uses: actions/cache/restore@v3
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.20.0
node-version: 16.20.2

- name: Restore Node modules
uses: actions/cache/restore@v3
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.20.0
node-version: 16.20.2

- name: Deploy Documentation Site
env:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
16.20.2
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG RAILS_ENV="production"
ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG BUNDLER_VERSION="2.3.14"
ARG NODE_VERSION="16.20.0"
ARG NODE_VERSION="16.20.2"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"
ARG GITHUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:3.1.2-alpine
ARG RAILS_ENV="production"
ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG NODE_VERSION="16.20.0"
ARG NODE_VERSION="16.20.2"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"

Expand Down
2 changes: 1 addition & 1 deletion packages/sage-react/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.17.0

ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG NODE_VERSION="16.20.0"
ARG NODE_VERSION="16.20.2"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"
ARG GITHUB_TOKEN
Expand Down

0 comments on commit fb44dc0

Please sign in to comment.