Skip to content

Commit

Permalink
update to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Jul 23, 2024
1 parent 1661ef2 commit 3d93b5d
Show file tree
Hide file tree
Showing 7 changed files with 333 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22.5.1'
cache: 'yarn'
- run: yarn

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bookworm AS builder
FROM node:22.5.1-bookworm AS builder
RUN mkdir /app
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_browser_ext
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bookworm
FROM node:22.5.1-bookworm

RUN apt-get update -qq \
&& apt-get upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bookworm AS builder
FROM node:22.5.1-bookworm AS builder
RUN mkdir /app
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:20-bookworm AS builder
FROM --platform=$BUILDPLATFORM node:22.5.1-bookworm AS builder
RUN mkdir /app
WORKDIR /app

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@lezer/common": "^1.2.1",
"@quasar/extras": "^1.16.12",
"@tauri-apps/api": "^1.6.0",
"codemirror": "^6.0.1",
Expand Down
654 changes: 327 additions & 327 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3d93b5d

Please sign in to comment.