Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from Thinkei/chore/DEC-517
Browse files Browse the repository at this point in the history
[FC-38][DEC-517] Update node 18
  • Loading branch information
hieucchu-eh authored Feb 23, 2024
2 parents b25fa05 + 9c609b4 commit 32b94a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/sonarqube-scan.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generate automatically by a platform tool
# to schedule a sonarqube scan for the repo
# to schedule a sonarqube scan for the repo
# You can modify the schedule/events to fit your repo

name: sonarqube-scan
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18.17.1

- name: Install Sonar Scanner CLI
run: |
Expand All @@ -51,13 +51,13 @@ jobs:
AllowedIPs = ${{ secrets.WIREGUARD_ALLOWED_IPS }}
Endpoint = ${{ secrets.WIREGUARD_ENDPOINT }}
PersistentKeepalive = 0"
echo -n "$EH_WIREGUARD_CONFIG" | \
sed "s/0.0.0.0\/0/$(curl -s https://ifconfig.me)/g" > wg0.conf
sudo mkdir -p /etc/wireguard
sudo mv wg0.conf /etc/wireguard/wg0.conf
sudo chmod 600 /etc/wireguard/wg0.conf
sudo cat /etc/wireguard/wg0.conf
sudo cat /etc/wireguard/wg0.conf
- name: Bring VPN connection up
run: |
Expand All @@ -76,4 +76,3 @@ jobs:
run: |
sudo wg-quick down /etc/wireguard/wg0.conf || true
sudo rm /etc/wireguard/wg0.conf
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"engines": {
"node": "^18.17.1"
}
}

0 comments on commit 32b94a0

Please sign in to comment.