mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Back to node 16, again
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -9,11 +9,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Set openssl legacy flag
|
||||
run: |
|
||||
echo "NODE_OPTIONS=" >> "$GITHUB_ENV"
|
||||
echo "NODE_OPTIONS=--openssl-legacy-provider" >> "$GITHUB_ENV"
|
||||
node-version: 16
|
||||
- name: Install Modules
|
||||
run: yarn install
|
||||
- name: Run Build
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
ENV NODE_OPTIONS=--openssl-legacy-provider
|
||||
FROM node:16-alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
|
||||
@@ -11,9 +11,6 @@
|
||||
"browserslist": [
|
||||
"defaults and supports es6 and not ie 11 and >1%"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn build:prebuild && next build",
|
||||
"build:bundle-analyzer": "yarn build",
|
||||
|
||||
Reference in New Issue
Block a user