Skip to content

Commit

Permalink
update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Dec 24, 2023
1 parent a59d4ce commit 8acaa97
Show file tree
Hide file tree
Showing 4 changed files with 9,016 additions and 6,388 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/agora-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18]

services:
mongodb:
image: mongo
ports:
- 27017:27017

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js v18
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: '18.x'
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: grunt
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@
"start": "node --icu-data-dir=node_modules/full-icu start-softwerkskammer",
"test": "grunt tests",
"prepare": "git log -1 --pretty=\"format:a.dropdown-item.nav-link(href='https://github.com/softwerkskammer/Agora/commit/%H', target='_blank')%n i.fab.fa-github.fa-fw%n |  Version: %h\" > softwerkskammer/version.pug"
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
git pull
#npm ci
corepack enable
yarn install --frozen-lockfile
git checkout -- yarn.lock
grunt deploy_production
Loading

0 comments on commit 8acaa97

Please sign in to comment.