updating toolchains
Some checks failed
Some checks failed
This commit is contained in:
parent
7e780fb3c9
commit
e4dbbf5c14
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 22
|
||||||
|
|
||||||
- name: Install Node Modules
|
- name: Install Node Modules
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 22
|
||||||
|
|
||||||
- name: Install Node Modules
|
- name: Install Node Modules
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.71 AS rust-build
|
FROM rust:1.78 AS rust-build
|
||||||
|
|
||||||
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ RUN wasm-pack build --release
|
|||||||
WORKDIR /draught
|
WORKDIR /draught
|
||||||
RUN cargo doc --no-deps --document-private-items
|
RUN cargo doc --no-deps --document-private-items
|
||||||
|
|
||||||
FROM node:20-alpine AS js-build
|
FROM node:22-alpine AS js-build
|
||||||
|
|
||||||
COPY . /draught
|
COPY . /draught
|
||||||
WORKDIR /draught/draught_web
|
WORKDIR /draught/draught_web
|
||||||
|
Loading…
Reference in New Issue
Block a user