Skip to content

Commit 274aa50

Browse files
committed
ci: GitHub Actions: Transitioning from Node 16 to Node 20
1 parent e24de8d commit 274aa50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: "16"
24+
node-version: "20"
2525
- name: Install dependencies
2626
run: |
2727
npm install -g pnpm
28-
cd backend && pnpm i
28+
cd backend && pnpm i --no-frozen-lockfile
2929
- name: Test
3030
run: |
3131
cd backend

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.14.283",
3+
"version": "2.14.285",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)