mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
updated node
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
@ -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
|
||||
|
@ -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 . .
|
||||
|
Reference in New Issue
Block a user