Skip to content

Commit 05e0ee7

Browse files
authored
fix: release with Node.js 18
1 parent 23d2c85 commit 05e0ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node.js
3838
uses: actions/setup-node@v3.6.0
3939
with:
40-
node-version: 14
40+
node-version: 18
4141
- name: Install dependencies
4242
run: |
4343
npm install --no-progress --no-package-lock --no-save

0 commit comments

Comments
 (0)