Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Dec 22, 2022
1 parent 3fd2f80 commit 0a89bb7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
cache-dependency-path: '**/yarn.lock'

Expand Down
1 change: 1 addition & 0 deletions authorizer-app/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/
.angular/cache/
1 change: 0 additions & 1 deletion authorizer-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ testem.log
# System Files
.DS_Store
Thumbs.db

2 changes: 1 addition & 1 deletion authorizer-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:16-alpine as builder
FROM --platform=$BUILDPLATFORM node:18-alpine as builder

RUN mkdir /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion authorizer-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 0a89bb7

Please sign in to comment.