Skip to content

Commit e9fc3e3

Browse files
committed
chore(ci): upgrade setup-node action to v4 and use Node.js LTS
1 parent a7d0d9d commit e9fc3e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Set up Node
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
cache: "npm"
2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)