mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
ci: Update build.yml workflow
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
|
||||
@@ -27,12 +27,12 @@ jobs:
|
||||
|
||||
- name: Set Build Variables
|
||||
run: |
|
||||
echo "REL_VERSION=3.0.0-alpha.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
|
||||
echo "REL_VERSION=3.0.0-alpha.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
|
||||
|
||||
- name: Disable DEV Flag + Set Version
|
||||
working-directory: server
|
||||
run: |
|
||||
sudo apt-get install jq -y
|
||||
brew install jq
|
||||
mv package.json pkg-temp.json
|
||||
jq --arg vs "$REL_VERSION_STRICT" -r '. + {dev:false, version:$vs}' pkg-temp.json > package.json
|
||||
rm pkg-temp.json
|
||||
|
||||
Reference in New Issue
Block a user