Skip to content

Commit

Permalink
fix(ci): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSommerhalder committed Jun 6, 2023
1 parent db4c3ea commit db1ddc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
env:
NV: 12.x # node version
NV: 16.x # node version

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### STAGE 1: Build ###

# We label our stage as 'builder'
FROM node:16-stretch as builder
FROM node:16 as builder

LABEL maintainer="ivan.subotic@unibas.ch"

Expand Down

0 comments on commit db1ddc0

Please sign in to comment.