Skip to content

Commit

Permalink
chore: update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Dec 7, 2023
1 parent d8a5acd commit 4f4f454
Show file tree
Hide file tree
Showing 5 changed files with 4,546 additions and 2,495 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16"
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-20"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [20]

steps:
- name: Checkout 🛎
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [20]

steps:
- name: Checkout 🛎
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine3.14 as browser
FROM node:20-alpine3.18 as browser
RUN apk --no-cache add git

RUN git clone https://github.com/EOEPCA/open-science-catalog-stac-browser.git
Expand All @@ -9,7 +9,7 @@ npm i \



FROM node:16-alpine3.14
FROM node:20-alpine3.18
ENV NUXT_VERSION=2.15.8

WORKDIR /app
Expand Down
Loading

0 comments on commit 4f4f454

Please sign in to comment.