Skip to content

Commit

Permalink
Made some changes to see if github tests will pass the way they do lo…
Browse files Browse the repository at this point in the history
…cally
  • Loading branch information
downiec committed Sep 11, 2024
1 parent d0b05cb commit 0c3bc82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 22.x
- name: Use Node.js 22.8
uses: actions/setup-node@v4
with:
node-version: "22.x"
node-version: "22.8"

- name: Cache node modules
uses: actions/cache@v4
Expand Down
3 changes: 2 additions & 1 deletion frontend/docker/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Pull official base image
FROM node@sha256:da546a3a6dbbe6d43c3f2244f33300ab5b4b48b33049e29446f5aa940db40045 as build
# node:slim build sha from 9/5/24
FROM node@sha256:377674fd5bb6fc2a5a1ec4e0462c4bfd4cee1c51f705bbf4bda0ec2c9a73af72 as build

# Set working directory
WORKDIR /app
Expand Down
3 changes: 2 additions & 1 deletion frontend/docker/production/react/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Pull official base image
FROM node@sha256:da546a3a6dbbe6d43c3f2244f33300ab5b4b48b33049e29446f5aa940db40045 as build
# node:slim build sha from 9/5/24
FROM node@sha256:377674fd5bb6fc2a5a1ec4e0462c4bfd4cee1c51f705bbf4bda0ec2c9a73af72 as build

# Set working directory
WORKDIR /app
Expand Down

0 comments on commit 0c3bc82

Please sign in to comment.