Skip to content

Commit 73cf2cf

Browse files
upgrade node
1 parent 3cbae52 commit 73cf2cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Prepare repository
3939
run: git fetch --unshallow --tags
4040

41-
- name: Use Node.js 12.x
41+
- name: Use Node.js 20.x
4242
uses: actions/setup-node@v1
4343
with:
44-
node-version: 12.x
44+
node-version: 20.x
4545

4646
- name: Create Release
4747
env:

0 commit comments

Comments
 (0)