Skip to content

Commit 2a4acf4

Browse files
committed
(chore) release with v20 of Node
1 parent 15d3b62 commit 2a4acf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
env:
4949
TAG_PREFIX: refs/tags/ # Optional, default prefix refs/tags/
5050

51-
- name: Use Node.js 15.x
51+
- name: Use Node.js 20.x
5252
uses: actions/setup-node@v3
5353
with:
54-
node-version: 15.x
54+
node-version: 20.x
5555
- name: Build Node.js package
5656
run: |
5757
npm install

0 commit comments

Comments
 (0)