Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Nov 29, 2024
1 parent 5900968 commit b30ee67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
lfs: true
- uses: actions/setup-node@v4
with:
node-version: '16.13.2'
node-version: '22.11.0'
cache: yarn
- name: install dependencies
run: yarn install --frozen-lockfile --network-concurrency 1
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
lfs: true
- uses: actions/setup-node@v4
with:
node-version: '16.13.2'
node-version: '22.11.0'
cache: yarn
- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
lfs: true
- uses: actions/setup-node@v4
with:
node-version: '16.13.2'
node-version: '22.11.0'
cache: yarn
- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
lfs: true
- uses: actions/setup-node@v4
with:
node-version: '16.13.2'
node-version: '22.11.0'
cache: yarn
- uses: actions/setup-python@v5
with:
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:16.13.2-buster-slim
FROM node:22.11.0-bookworm-slim

WORKDIR /usr/src/app

Expand Down

0 comments on commit b30ee67

Please sign in to comment.