We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26159cf commit 70270fbCopy full SHA for 70270fb
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup env
30
uses: the-guild-org/shared-config/setup@main
31
with:
32
- nodeVersion: 16
+ nodeVersion: 18
33
- name: Prettier Check
34
run: yarn prettier:check
35
dev-tests-old:
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
- name: Build
51
run: yarn build
52
env:
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
- uses: actions-rs/toolchain@v1
69
70
toolchain: 1.65.0
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
0 commit comments