Skip to content

Commit

Permalink
chore: Update Node.js version to 20.12.1 and Dockerfile to use the up…
Browse files Browse the repository at this point in the history
…dated version
  • Loading branch information
yosvelquintero committed Apr 5, 2024
1 parent ede8a33 commit b1437cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '18.16.0'
node-version: '20.12.1'

- name: Install Dependencies
run: npm ci --legacy-peer-deps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3

FROM node:18.16.0-alpine as build
FROM node:20.12.1-alpine as build

WORKDIR /app

Expand Down

0 comments on commit b1437cb

Please sign in to comment.