Skip to content

Commit

Permalink
Switch back to node@latest (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored Jul 22, 2024
1 parent c05ef51 commit db5b5da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/Iron
node-version: latest
cache: "npm"
cache-dependency-path: ./app/package-lock.json
- run: npm ci && npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/Iron
node-version: latest
cache: "npm"
cache-dependency-path: ./app/package-lock.json
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:iron-alpine AS assets
FROM node:alpine AS assets
WORKDIR /src/app
COPY app/package.json /src/app/package.json
COPY app/package-lock.json /src/app/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.vite
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node:iron-alpine
FROM node:alpine

0 comments on commit db5b5da

Please sign in to comment.