Skip to content

Commit d18f536

Browse files
author
Renato Pozzi
committed
ci: update actions
1 parent 1581be9 commit d18f536

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
persist-credentials: false
@@ -21,9 +21,9 @@ jobs:
2121
version: 8
2222

2323
- name: Setup Node.js
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
26+
node-version: 20
2727

2828
- name: Install dependencies
2929
run: pnpm i

0 commit comments

Comments
 (0)