Skip to content

Commit

Permalink
fix: node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik authored Jan 24, 2025
1 parent 2fde28f commit 5f1a622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '22'
cache: 'yarn'

- name: Login to GitHub Container Registry
Expand All @@ -149,12 +149,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}

- name: Install dependencies
run: |
yarn install
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:18-alpine
FROM node:22-alpine
WORKDIR /app
ENV NODE_ENV=production

Expand Down

0 comments on commit 5f1a622

Please sign in to comment.