Skip to content

Commit 4e0b2c4

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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

backend/package.json

+1-1
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)