Skip to content

Commit 82c3e5e

Browse files
authored
fix: update node version to 20 (#60)
* fix: update node version to 20 Signed-off-by: Denis Golovin <[email protected]>
1 parent 7d270b8 commit 82c3e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 18
29+
node-version: 20
3030

3131
- name: Get yarn cache directory path (Windows)
3232
if: ${{ inputs.runs-on == 'windows-2022' }}

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

0 commit comments

Comments
 (0)