Skip to content

Commit b63ee31

Browse files
committed
update node version
1 parent e127def commit b63ee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '14'
19+
node-version: '18'
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)