Skip to content

Commit 482a491

Browse files
committed
test: use older node (for gatsby v3)
1 parent a82a6a5 commit 482a491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '*'
17+
node-version: '18'
1818
- name: Global Node packages cache
1919
uses: actions/cache@v3
2020
with:

0 commit comments

Comments
 (0)