Skip to content

Commit

Permalink
fix: update node version to 20 (#60)
Browse files Browse the repository at this point in the history
* fix: update node version to 20

Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin authored Feb 29, 2024
1 parent 7d270b8 commit 82c3e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Get yarn cache directory path (Windows)
if: ${{ inputs.runs-on == 'windows-2022' }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit 82c3e5e

Please sign in to comment.