Skip to content

Commit 18e6e46

Browse files
feat: update node version
1 parent d42cde4 commit 18e6e46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [opened, synchronize, reopened]
77

88
env:
9-
NODE_VERSION: 20.10.0
9+
NODE_VERSION: 20.18.3
1010
ENABLE_CACHE: yes
1111

1212
jobs:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ prod, staging ]
66

77
env:
8-
NODE_VERSION: 20.10.0
8+
NODE_VERSION: 20.18.3
99
ENABLE_CACHE: yes
1010

1111
jobs:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10.0
1+
20.18.3

0 commit comments

Comments
 (0)