Skip to content

Commit 14ae927

Browse files
committed
refactor(workflows): upgrade node to 20
1 parent d55f50e commit 14ae927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
node: [18]
22+
node: [20]
2323

2424
steps:
2525
- name: Checkout 🛎

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest]
24-
node: [18]
24+
node: [20]
2525

2626
steps:
2727
- name: Checkout 🛎

0 commit comments

Comments
 (0)