Skip to content

Commit

Permalink
⬆️ Upgrade to Node 21 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram authored Nov 25, 2023
1 parent 56524c6 commit c286059
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: latest
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
cache: pnpm
- run: pnpm install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
version: latest
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build:csr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: latest
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradle 8.0.2
java openjdk-17.0.2
nodejs 20.5.1
pnpm 8.7.0-1
nodejs 21.2.0
pnpm 8.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim AS base
FROM node:21-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down

0 comments on commit c286059

Please sign in to comment.