Skip to content

Commit 2424119

Browse files
authored
Update airhorn website deps (#527)
* npm audit fix * update deps and webpack config
1 parent 20fa472 commit 2424119

6 files changed

Lines changed: 7169 additions & 13995 deletions

File tree

.github/workflows/website-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
- run: cp .env.example .env
1818
- run: npm install
1919
- run: npm run lint

.github/workflows/website-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token:discord-app-city-prd/bot-airhorn-website-deploy-token
3333
- uses: actions/setup-node@v3
3434
with:
35-
node-version: 18
35+
node-version: 22
3636
- run: cp .env.example .env
3737
- run: npm install
3838
- run: npm run publish

0 commit comments

Comments
 (0)