Skip to content

Commit

Permalink
updated node
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Dec 24, 2023
1 parent 8fcb0c8 commit 91f1021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Javascript/Node
uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version: 18.19.0

- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up nodejs
uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version: 18.19.0

- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -- trivial container for BGPalerter
FROM node:18.14.0-alpine as build
FROM node:18.19.0-alpine as build

WORKDIR /opt/bgpalerter
COPY . .
Expand Down

0 comments on commit 91f1021

Please sign in to comment.